Merge pull request #376 from darioackermann/dac/helm-checksums

chore(helm): add config/secret checksum to deployment
This commit is contained in:
Julien G.
2026-04-03 19:56:26 +02:00
committed by GitHub

View File

@@ -11,6 +11,9 @@ spec:
app: {{ include "trek.name" . }}
template:
metadata:
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
labels:
app: {{ include "trek.name" . }}
spec: