Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ARM
k8s
Kured
Commits
d7e58bef
Commit
d7e58bef
authored
Jul 21, 2020
by
audunsolemdal
Browse files
Chart: Support extraEnvVars
parent
2762837d
Changes
2
Hide whitespace changes
Inline
Side-by-side
charts/kured/templates/daemonset.yaml
View file @
d7e58bef
...
...
@@ -104,6 +104,8 @@ spec:
valueFrom
:
fieldRef
:
fieldPath
:
spec.nodeName
{{
- if .Values.extraEnvVars
}}
{{
toYaml .Values.extraEnvVars | indent 12
}}
{{
- with .Values.tolerations
}}
tolerations
:
{{
toYaml . | indent 8
}}
...
...
charts/kured/values.yaml
View file @
d7e58bef
...
...
@@ -10,6 +10,15 @@ podAnnotations: {}
extraArgs
:
{}
extraEnvVars
:
# - name: slackHookUrl
# valueFrom:
# secretKeyRef:
# name: secret_name
# key: secret_key
# - name: regularEnvVariable
# value: 123
configuration
:
annotationTtl
:
0
# force clean annotation after this ammount of time (default 0, disabled)
alertFilterRegexp
:
"
"
# alert names to ignore when checking for active alerts
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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