diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-09-23 18:54:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-09-23 18:54:14 +0000 |
commit | 54a46829db2c1119f3baa12de63f584d03aba8cd (patch) | |
tree | 262ad4004248193c0b2d2da4719d4df82968e881 /kubernetes/multicloud/components/multicloud-k8s/templates/deployment.yaml | |
parent | e80759dab867db25cb72b750fe60484a28bed1d4 (diff) | |
parent | dfa23c83cc8630915824968ba7b043ef968e38b6 (diff) |
Merge "[MULTICLOUD] Service mesh compatibility"
Diffstat (limited to 'kubernetes/multicloud/components/multicloud-k8s/templates/deployment.yaml')
-rw-r--r-- | kubernetes/multicloud/components/multicloud-k8s/templates/deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/multicloud/components/multicloud-k8s/templates/deployment.yaml b/kubernetes/multicloud/components/multicloud-k8s/templates/deployment.yaml index e63be9c81c..c9912ffd17 100644 --- a/kubernetes/multicloud/components/multicloud-k8s/templates/deployment.yaml +++ b/kubernetes/multicloud/components/multicloud-k8s/templates/deployment.yaml @@ -73,6 +73,7 @@ spec: {{ toYaml .Values.affinity | indent 10 }} {{- end }} - image: {{ include "repositoryGenerator.repository" . }}/{{ .Values.global.artifactImage }} + imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} name: framework-artifactbroker command: ["/opt/app/distribution/bin/artifact-dist.sh"] args: ["/opt/app/distribution/etc/mounted/config.json"] |