Skip to content

Commit

Permalink
feat: expose insecureSkipVerify for Alertmanager sink
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
  • Loading branch information
TylerGillson committed Nov 17, 2023
1 parent f28d8af commit d232538
Show file tree
Hide file tree
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
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions chart/validator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d232538

Please sign in to comment.