Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Deletion Components
Import Process Delete
Commits
97d2b964
Verified
Commit
97d2b964
authored
Nov 22, 2021
by
Sebastian Schüpbach
Browse files
split stringified lists back to lists
parent
49ccb5da
Changes
1
Hide whitespace changes
Inline
Side-by-side
helm-charts/templates/deployment.yml
View file @
97d2b964
...
...
@@ -17,7 +17,7 @@ spec:
-
name
:
"
{{
.Values.k8sGroupId
}}-{{
.Values.k8sName
}}-{{
.Values.k8sEnvironment}}-container"
image
:
"
{{
.Values.registry
}}/{{
.Values.image
}}:{{
.Values.tag
}}"
imagePullPolicy
:
Always
args
:
{{
.Values.jobArgs
}}
args
:
{{
split " "
.Values.jobArgs
}}
resources
:
requests
:
cpu
:
"
{{
.Values.k8sRequestsCpu
}}"
...
...
Write
Preview
Markdown
is supported
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