Skip to content

Commit

Permalink
feat: expose insecureSkipVerify for Alertmanager sink (#118)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
TylerGillson authored Nov 17, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f28d8af commit 8dc7548
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions chart/validator/templates/sink-secret.yaml
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ metadata:
stringData:
{{- if eq .Values.sink.type "alertmanager" }}
endpoint: {{ required ".Values.sink.endpoint is required!" .Values.sink.endpoint }}
insecureSkipVerify: {{ .Values.sink.insecureSkipVerify }}
caCert: {{ .Values.sink.caCert }}
username: {{ .Values.sink.username }}
password: {{ .Values.sink.password }}
1 change: 1 addition & 0 deletions chart/validator/values.yaml
Original file line number Diff line number Diff line change
@@ -57,6 +57,7 @@ sink: {}
# type: alertmanager
# secretName: alertmanager-sink-secret
# endpoint: "http://alertmanager.alertmanager.svc.cluster.local:9093"
# insecureSkipVerify: "false"
# caCert: "" # (TLS CA certificate, optional)
# username: "" # (HTTP basic auth, optional)
# password: "" # (HTTP basic auth, optional)

0 comments on commit 8dc7548

Please sign in to comment.