diff options
author | dkamdocs <devesh.kumar@amdocs.com> | 2018-12-21 09:25:53 +0000 |
---|---|---|
committer | dkamdocs <devesh.kumar@amdocs.com> | 2018-12-21 09:27:33 +0000 |
commit | 6ad3a1c8e3e74c4af3912adf1c982b131c163e77 (patch) | |
tree | 2dd22fd0f20730358ccaa62433689ef006cbd2c2 /kubernetes/vvp/charts/vvp-jenkins/templates/deployment.yaml | |
parent | 84c242e22e45c8bf63c0bcde68e56fa6c4a2344d (diff) |
global image pull issue
Issue-ID: OOM-1563
Change-Id: I383dbec29291ba5b13d613f60d8eb343b9c59dda
Signed-off-by: dkamdocs <devesh.kumar@amdocs.com>
Diffstat (limited to 'kubernetes/vvp/charts/vvp-jenkins/templates/deployment.yaml')
-rw-r--r-- | kubernetes/vvp/charts/vvp-jenkins/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/vvp/charts/vvp-jenkins/templates/deployment.yaml b/kubernetes/vvp/charts/vvp-jenkins/templates/deployment.yaml index def0c03c15..e0b0a3c5fe 100644 --- a/kubernetes/vvp/charts/vvp-jenkins/templates/deployment.yaml +++ b/kubernetes/vvp/charts/vvp-jenkins/templates/deployment.yaml @@ -32,7 +32,7 @@ spec: containers: - name: {{ include "common.name" . }} image: "{{ include "common.repository" . }}/{{ .Values.image }}" - imagePullPolicy: {{ .Values.pullPolicy | default .Values.global.pullPolicy }} + imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} ports: ports: - containerPort: 8080 |