Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Sign in
Toggle navigation
Menu
Open sidebar
umbrella-chart
consumer
Commits
334aaad2
Commit
334aaad2
authored
Feb 20, 2018
by
Frederic Lavigne
Browse files
put secret config
parent
26e58b6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
chart/consumer/templates/deployment.yaml
View file @
334aaad2
...
...
@@ -18,6 +18,7 @@ spec:
# ensure the pods get redeployed if the ConfigMap changes
# https://github.com/kubernetes/helm/blob/master/docs/charts_tips_and_tricks.md#automatically-roll-deployments-when-configmaps-or-secrets-change
checksum/config
:
{{
include (print $.Template.BasePath "/configmap.yaml") . | sha256sum
}}
checksum/secret
:
{{
include (print $.Template.BasePath "/secret.yaml") . | sha256sum
}}
spec
:
imagePullSecrets
:
-
name
:
{{
.Values.image.pullSecret
}}
...
...
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