File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1145,8 +1145,8 @@ spec:
1145
1145
annotations :
1146
1146
checksum/config : {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") $ | sha256sum }}
1147
1147
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 }}
1150
1150
{{- end }}
1151
1151
{{- if $.Values.st2sensorcontainer.postStartScript }}
1152
1152
checksum/post-start-script : {{ $.Values.st2sensorcontainer.postStartScript | sha256sum }}
You can’t perform that action at this time.
0 commit comments