diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index da480d31..bb0f5e08 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -39,7 +39,7 @@ spec: fsGroup: 1000 containers: - name: {{ include "config-db.name" . }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" + image: "{{ tpl .Values.image.repository . }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} livenessProbe: failureThreshold: 3