diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-11-23 11:08:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-23 11:08:22 +0000 |
commit | 64159ae8f79c65fad4da138788a39b747e37b40c (patch) | |
tree | bd1e58a40d4dafb50b9271e5324a603b398fad77 /kubernetes/clamp/components/clamp-dash-es/templates/deployment.yaml | |
parent | de0ecfbe75666e509fab98257de8713ff04db5d6 (diff) | |
parent | f83984f253ac78cddef1344e986140d9bea6892c (diff) |
Merge "[CLAMP] Uses new tpls for repos / images"
Diffstat (limited to 'kubernetes/clamp/components/clamp-dash-es/templates/deployment.yaml')
-rw-r--r-- | kubernetes/clamp/components/clamp-dash-es/templates/deployment.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/clamp/components/clamp-dash-es/templates/deployment.yaml b/kubernetes/clamp/components/clamp-dash-es/templates/deployment.yaml index dcf011d315..d7aa77cd01 100644 --- a/kubernetes/clamp/components/clamp-dash-es/templates/deployment.yaml +++ b/kubernetes/clamp/components/clamp-dash-es/templates/deployment.yaml @@ -53,7 +53,7 @@ spec: fieldPath: metadata.namespace securityContext: privileged: true - image: {{ .Values.global.busyboxRepository | default .Values.busyboxRepository }}/{{ .Values.busyboxImage }} + image: {{ include "repositoryGenerator.image.busybox" . }} imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} name: init-sysctl volumeMounts: @@ -64,7 +64,7 @@ spec: {{ include "common.certInitializer.initContainer" . | indent 6 }} containers: - name: {{ include "common.name" . }} - image: "{{ include "common.repository" . }}/{{ .Values.image }}" + image: {{ include "repositoryGenerator.repository" . }}/{{ .Values.image }} imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} {{- if .Values.global.aafEnabled }} command: |