adds NOTIFICATION_LEVEL environment variable
Adds support for the NOTIFICATION_LEVEL environment variable to configure notificationspull/245/head
parent
80e5059329
commit
bd4aecec81
|
@ -104,6 +104,8 @@ spec:
|
|||
- name: HIPCHAT_APPROVALS_PASSWORT
|
||||
value: "{{ .Values.hipchat.password }}"
|
||||
{{- end }}
|
||||
- name: NOTIFICATION_LEVEL
|
||||
value: {{ default "info" .Values.notification_level | quote }}
|
||||
{{- if .Values.debug }}
|
||||
# Enable debug logging
|
||||
- name: DEBUG
|
||||
|
|
Loading…
Reference in New Issue