We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bf8f1 commit 2871efaCopy full SHA for 2871efa
templates/deployments.yaml
@@ -707,6 +707,7 @@ spec:
707
heritage: {{ .Release.Service }}
708
annotations:
709
checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }}
710
+ checksum/datastore-key: {{ include (print $.Template.BasePath "/secrets_datastore_crypto_key.yaml") . | sha256sum }}
711
spec:
712
{{- if .Values.enterprise.enabled }}
713
imagePullSecrets:
0 commit comments