[CORD-3026] Unify the usage of imagePullPolicy in helm-charts
Change-Id: I6135a81060eeb7f2831ce9c7207339f92017c10e
diff --git a/voltha/templates/envoy_for_etcd.yaml b/voltha/templates/envoy_for_etcd.yaml
index 59bacdb..4869682 100644
--- a/voltha/templates/envoy_for_etcd.yaml
+++ b/voltha/templates/envoy_for_etcd.yaml
@@ -41,7 +41,8 @@
serviceAccountName: {{ .Values.global.namespace }}-serviceaccount
containers:
- name: voltha
- image: {{ .Values.pull_docker_registry }}{{ .Values.images.envoy_for_etcd.repository }}:{{ .Values.images.envoy_for_etcd.tag }}
+ image: {{ .Values.envoyForEtcdImage }}
+ imagePullPolicy: {{ .Values.imagePullPolicy }}
env:
- name: POD_IP
valueFrom:
@@ -67,6 +68,5 @@
name: mystery2-port
- containerPort: 50555
name: grpc-port
- imagePullPolicy: {{ .Values.image_pull_policy }}