We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd1f78 commit 2a15664Copy full SHA for 2a15664
1 file changed
valkey/templates/statefulset.yaml
@@ -41,6 +41,9 @@ spec:
41
{{- toYaml . | nindent 8 }}
42
{{- end }}
43
checksum/initconfig: {{ include (print $.Template.BasePath "/init_config.yaml") . | sha256sum | trunc 32 | quote }}
44
+ {{- if .Values.valkeyConfig }}
45
+ checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum | trunc 32 | quote }}
46
+ {{- end }}
47
spec:
48
{{- (include "valkey.imagePullSecrets" .) | nindent 6 }}
49
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
0 commit comments