Skip to content
Snippets Groups Projects
Commit 802b9934 authored by Oleksandr Kosse (EPAM)'s avatar Oleksandr Kosse (EPAM)
Browse files

Merge branch 'GONRG-4118-Update-Helms-with-imagePullPolicy-value' into 'master'

GONRG-4118 Add imagePullPolicy value

See merge request !171
parents b9f07218 d09ad00e
No related branches found
No related tags found
1 merge request!171GONRG-4118 Add imagePullPolicy value
Pipeline #88712 failed
...@@ -20,6 +20,7 @@ spec: ...@@ -20,6 +20,7 @@ spec:
containers: containers:
- name: "{{ .Values.conf.app_name }}" - name: "{{ .Values.conf.app_name }}"
image: "{{ .Values.data.image }}" image: "{{ .Values.data.image }}"
imagePullPolicy: "{{ .Values.data.imagePullPolicy }}"
envFrom: envFrom:
- configMapRef: - configMapRef:
name: "{{ .Values.conf.configmap }}" name: "{{ .Values.conf.configmap }}"
......
...@@ -4,6 +4,7 @@ data: ...@@ -4,6 +4,7 @@ data:
limits_cpu: "1" limits_cpu: "1"
limits_memory: "1G" limits_memory: "1G"
serviceAccountName: "" serviceAccountName: ""
imagePullPolicy: "IfNotPresent"
image: "" image: ""
conf: conf:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment