File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1145,8 +1145,8 @@ spec:
11451145 annotations :
11461146 checksum/config : {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") $ | sha256sum }}
11471147 checksum/packs : {{ include (print $.Template.BasePath "/configmaps_packs.yaml") $ | sha256sum }}
1148- {{- if and (ne "disable" (default "" .Values.st2.datastore_crypto_key)) (not .Values.st2.existingDatastoreSecret) }}
1149- checksum/datastore-key : {{ include (print $.Template.BasePath "/secrets_datastore_crypto_key.yaml") . | sha256sum }}
1148+ {{- if and (ne "disable" (default "" $ .Values.st2.datastore_crypto_key)) (not $ .Values.st2.existingDatastoreSecret) }}
1149+ checksum/datastore-key : {{ include (print $.Template.BasePath "/secrets_datastore_crypto_key.yaml") $ | sha256sum }}
11501150 {{- end }}
11511151 {{- if $.Values.st2sensorcontainer.postStartScript }}
11521152 checksum/post-start-script : {{ $.Values.st2sensorcontainer.postStartScript | sha256sum }}
You can’t perform that action at this time.
0 commit comments