diff options
author | 2020-11-26 10:02:21 +0000 | |
---|---|---|
committer | 2020-11-26 10:02:21 +0000 | |
commit | 68dea148d2275fe0d4b75c880cfa05207c6683a8 (patch) | |
tree | 848e1dedf61a04f89a0a71220298775a455d16da /kubernetes/dcaegen2/components/dcae-healthcheck/templates/deployment.yaml | |
parent | 103b679fffc112f20cd8a4aa3fb5bc0113890ef1 (diff) | |
parent | cad63e58e3ff4c5a488f9a70de21e87aa592eb4e (diff) |
Merge "[DCAE] Uses new tpls for repos / images"
Diffstat (limited to 'kubernetes/dcaegen2/components/dcae-healthcheck/templates/deployment.yaml')
-rw-r--r-- | kubernetes/dcaegen2/components/dcae-healthcheck/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-healthcheck/templates/deployment.yaml b/kubernetes/dcaegen2/components/dcae-healthcheck/templates/deployment.yaml index dc3254555c..9514f41b86 100644 --- a/kubernetes/dcaegen2/components/dcae-healthcheck/templates/deployment.yaml +++ b/kubernetes/dcaegen2/components/dcae-healthcheck/templates/deployment.yaml @@ -41,7 +41,7 @@ spec: spec: containers: - name: {{ include "common.name" . }} - image: "{{ include "common.repository" . }}/{{ .Values.image }}" + image: {{ include "repositoryGenerator.repository" . }}/{{ .Values.image }} imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} resources: {{ include "common.resources" . | indent 12 }} |