Skip to content

Commit

Permalink
fix: overwriting context.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens committed Sep 21, 2023
1 parent 335e38e commit 0c32957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4
version: 2.0.5

dependencies:
- name: ff-common
Expand Down
2 changes: 1 addition & 1 deletion charts/zaakbrug/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ volumeMounts:
{{- end }}
{{- if .Values.connections.create }}
- name: {{ template "ff-common.fullname" . }}-context
mountPath: /usr/local/tomcat/conf/Catalina/localhost/iaf-test.xml
mountPath: /usr/local/tomcat/conf/Catalina/localhost/ROOT.xml
subPath: context.xml
readOnly: true
{{- end }}
Expand Down

0 comments on commit 0c32957

Please sign in to comment.