Skip to content

Commit

Permalink
poc: add missing config
Browse files Browse the repository at this point in the history
  • Loading branch information
luphaz committed Sep 25, 2023
1 parent c9905cd commit cabe253
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chart/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ data:
url: {{ .Values.controller.notifiers.http.url | quote }}
headers: {{ .Values.controller.notifiers.http.headers | toJson }}
headersFilepath: {{ .Values.controller.notifiers.http.headersFilepath | quote }}
hasDetails: {{ .Values.controller.notifiers.http.hasDetails }}
filteredReasons: {{ .Values.controller.notifiers.http.filteredReasons | toJson }}
authURL:{{ .Values.controller.notifiers.http.authURL | quote }}
authHeaders: {{ .Values.controller.notifiers.http.authHeaders | toJson }}
datadog:
enabled: {{ .Values.controller.notifiers.datadog.enabled }}
cloudProviders:
Expand Down

0 comments on commit cabe253

Please sign in to comment.