diff --git a/chart/keel/templates/deployment.yaml b/chart/keel/templates/deployment.yaml index faab1494..47432393 100644 --- a/chart/keel/templates/deployment.yaml +++ b/chart/keel/templates/deployment.yaml @@ -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