adds NOTIFICATION_LEVEL environment variable

Adds support for the NOTIFICATION_LEVEL environment variable to configure notifications
pull/245/head
Gilles De Mey 2018-08-01 19:11:11 +02:00 committed by GitHub
parent 80e5059329
commit bd4aecec81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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