Force tags to be interpreted as strings

This commit is contained in:
David Burke 2020-07-24 12:56:16 -04:00
parent d7626d5ecd
commit 0c91b56fbf
5 changed files with 6 additions and 6 deletions

View file

@ -10,7 +10,7 @@ metadata:
"helm.sh/hook-weight": "0"
checksum/secret: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
checksum/configmap: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
tag: {{ .Values.image.tag }}
tag: "{{ .Values.image.tag }}"
spec:
activeDeadlineSeconds: 600
template: