aboutsummaryrefslogtreecommitdiffstats
path: root/helm/policy/components/policy-distribution/templates/deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'helm/policy/components/policy-distribution/templates/deployment.yaml')
-rwxr-xr-xhelm/policy/components/policy-distribution/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm/policy/components/policy-distribution/templates/deployment.yaml b/helm/policy/components/policy-distribution/templates/deployment.yaml
index e8b203ba..4d8605d5 100755
--- a/helm/policy/components/policy-distribution/templates/deployment.yaml
+++ b/helm/policy/components/policy-distribution/templates/deployment.yaml
@@ -96,7 +96,7 @@ spec:
name: {{ .Chart.Name }}-update-config
containers:
- name: {{ .Chart.Name }}
- image: {{ .Values.image }}
+ image: {{ .Values.global.repository }}/{{ .Values.global.image.distribution }}
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
command: ["/opt/app/policy/distribution/bin/policy-dist.sh"]
args: ["/opt/app/policy/distribution/etc/mounted/config.json"]