Skip to content

Commit

Permalink
Fix minimum priority for pagerduty
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
  • Loading branch information
KeisukeYamashita authored and poiana committed Jan 14, 2021
1 parent d8ebdf4 commit a4d789a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion falcosidekick/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,5 @@ data:
PAGERDUTY_SERVICE: "{{ .Values.config.pagerduty.service | b64enc }}"
PAGERDUTY_ASSIGNEE: "{{ .Values.config.pagerduty.assignee | b64enc }}"
PAGERDUTY_ESCALATION_POLICY: "{{ .Values.config.pagerduty.escalationpolicy | b64enc }}"
KAFKA_MINIMUMPRIORITY: "{{ .Values.config.pagerduty.minimumpriority | b64enc }}"
PAGERDUTY_MINIMUMPRIORITY: "{{ .Values.config.pagerduty.minimumpriority | b64enc }}"
{{- end }}

0 comments on commit a4d789a

Please sign in to comment.