Skip to content

Commit

Permalink
Fix updates of secret
Browse files Browse the repository at this point in the history
  • Loading branch information
bashofmann committed Mar 4, 2024
1 parent 97e3dc0 commit fdabf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/qdrant/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
metadata:
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
{{- if or (.Values.apiKey .Values.readOnlyApiKey) }}
{{- if or .Values.apiKey .Values.readOnlyApiKey }}
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
{{- end }}
{{- with .Values.podAnnotations }}
Expand Down

0 comments on commit fdabf87

Please sign in to comment.