Skip to content

Commit

Permalink
fix: add configmaps with subPath that can't be synced
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens committed Dec 12, 2023
1 parent cf11ac2 commit c76c395
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.16
version: 2.0.17

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 @@ -6,6 +6,8 @@ spec:
annotations:
checksum/configmap.api-proxy: {{ include (print $.Template.BasePath "/configmap.api-proxy.yaml") . | sha256sum }}
checksum/configmap.env: {{ include (print $.Template.BasePath "/configmap.zaakbrug.env.yaml") . | sha256sum }}
checksum/configmap.globals: {{ include (print $.Template.BasePath "/configmap.zaakbrug.globals.yaml") . | sha256sum }}
checksum/configmap.profiles: {{ include (print $.Template.BasePath "/configmap.zaakbrug.profiles.yaml") . | sha256sum }}
checksum/configmap.specifics: {{ include (print $.Template.BasePath "/configmap.zaakbrug.specifics.yaml") . | sha256sum }}
spec:
containers:
Expand Down

0 comments on commit c76c395

Please sign in to comment.