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:
spec:
containers:
- image: "{{ .Values.data.image }}"
imagePullPolicy: Always
imagePullPolicy: "{{ .Values.data.imagePullPolicy }}"
name: "{{ .Values.conf.app_name }}"
env:
- name: "ACCEPT_HTTP"
......
......@@ -8,6 +8,7 @@ data:
limits_cpu: "1"
limits_memory: "1G"
serviceAccountName: ""
imagePullPolicy: "IfNotPresent"
image: ""
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