Skip to content

Commit

Permalink
initcontainer fix openklant
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdie committed Dec 20, 2024
1 parent 63ebd5c commit 6767531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/openklant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: openklant
description: Project dat de Klanten API | https://klanten-api.vng.cloud en Contactmomenten API | https://contactmomenten-api.vng.cloud/ in een enkel component combineert.

type: application
version: 1.4.0-beta.4
version: 1.4.0-beta.5
appVersion: latest

dependencies:
Expand Down
1 change: 1 addition & 0 deletions charts/openklant/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ spec:
serviceAccountName: {{ include "openklant.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
{{- if and .Values.global.configuration.enabled .Values.configuration.enabled .Values.configuration.initContainer.enabled }}
initContainers:
- name: {{ .Chart.Name }}-config
securityContext:
Expand Down

0 comments on commit 6767531

Please sign in to comment.