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
Dataset
Commits
632798d3
Commit
632798d3
authored
Jan 13, 2022
by
Igor Zimovets (EPAM)
Browse files
Add imagePullPolicy value
parent
9b3224c7
Pipeline
#86613
failed with stages
in 35 minutes and 5 seconds
Changes
2
Pipelines
4
Show whitespace changes
Inline
Side-by-side
devops/gcp/deploy/templates/deploy.yml
View file @
632798d3
...
...
@@ -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 @
632798d3
...
...
@@ -8,6 +8,7 @@ data:
limits_cpu
:
"
1.5"
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