Skip to content

Commit

Permalink
fix: add specifics
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens committed Sep 25, 2023
1 parent 81ff544 commit 0a943ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/zaakbrug/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for running ZaakBrug on Kubernetes
name: zaakbrug
icon: https://raw.githubusercontent.com/wearefrank/charts/master/charts/zaakbrug/icon.png
type: application
version: 2.0.8
version: 2.0.9

dependencies:
- name: ff-common
Expand Down
2 changes: 2 additions & 0 deletions charts/zaakbrug/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ envFrom:
name: {{ template "ff-common.fullname" . }}-env
- configMapRef:
name: {{ template "ff-common.fullname" . }}-zaakbrug-env
- configMapRef:
name: {{ template "ff-common.fullname" . }}-specifics
volumeMounts:
{{- if .Values.securityContext.readOnlyRootFilesystem }}
- mountPath: /usr/local/tomcat/logs
Expand Down

0 comments on commit 0a943ff

Please sign in to comment.