Skip to content
Snippets Groups Projects
Commit dc081305 authored by Igor Zimovets (EPAM)'s avatar Igor Zimovets (EPAM) Committed by Oleksandr Kosse (EPAM)
Browse files

GONRG-4118 Add imagePullPolicy value

parent 8e15eae6
No related branches found
No related tags found
1 merge request!136GONRG-4118 Add imagePullPolicy value
...@@ -17,7 +17,7 @@ spec: ...@@ -17,7 +17,7 @@ spec:
spec: spec:
containers: containers:
- image: "{{ .Values.data.image }}" - image: "{{ .Values.data.image }}"
imagePullPolicy: Always imagePullPolicy: "{{ .Values.data.imagePullPolicy }}"
name: "{{ .Values.conf.app_name }}" name: "{{ .Values.conf.app_name }}"
env: env:
- name: "ACCEPT_HTTP" - name: "ACCEPT_HTTP"
......
...@@ -8,6 +8,7 @@ data: ...@@ -8,6 +8,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