Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Reference and Helper Services
CRS Catalog
Commits
aa84eace
Commit
aa84eace
authored
Jan 18, 2022
by
Oleksandr Kosse (EPAM)
Browse files
Merge branch 'GONRG-4118-Update-Helms-with-imagePullPolicy-value' into 'master'
GONRG-4118 Add imagePullPolicy value See merge request
!97
parents
c304b9cd
f589900c
Pipeline
#87252
failed with stages
in 19 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
devops/gcp/deploy/templates/deployment.yaml
View file @
aa84eace
...
...
@@ -20,6 +20,7 @@ spec:
containers
:
-
name
:
"
{{
.Values.conf.app_name
}}"
image
:
"
{{
.Values.data.image
}}"
imagePullPolicy
:
"
{{
.Values.data.imagePullPolicy
}}"
envFrom
:
-
configMapRef
:
name
:
"
{{
.Values.conf.configmap
}}"
...
...
devops/gcp/deploy/values.yaml
View file @
aa84eace
...
...
@@ -4,6 +4,7 @@ data:
limits_cpu
:
"
1"
limits_memory
:
"
1G"
serviceAccountName
:
"
"
imagePullPolicy
:
"
IfNotPresent"
image
:
"
"
conf
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment