Chart: Support extraEnvVars

This commit is contained in:
audunsolemdal
2020-07-21 17:35:59 +02:00
parent 2762837dac
commit d7e58bef3e
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -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 }}
+9
View File
@@ -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