matrix-media-repo: Remove unnecessary use of $

This commit is contained in:
Alexander Olofsson 2020-08-12 10:35:31 +02:00
parent 069da65136
commit 66fd287933
No known key found for this signature in database
GPG key ID: D439C9470CB04C73

View file

@ -14,7 +14,7 @@ spec:
template:
metadata:
annotations:
checksum/secrets: {{ include (print $.Template.BasePath "/secrets.yaml") $ | sha256sum }}
checksum/secrets: {{ include (print .Template.BasePath "/secrets.yaml") . | sha256sum }}
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}