Skip to content

Commit 40dc101

Browse files
authored
Update values.yaml (airwallex#4)
1 parent 2576741 commit 40dc101

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

helm/values.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
# Declare variables to be passed into your templates.
44

55

6-
clusterName: "Change-Me"
7-
slackWebhookUrl: "https://hooks.slack.com/services/Change-Me"
8-
slackWebhookUrlSecretKeyRef:
9-
key: "slackWebhookUrl"
10-
name: "k8s-pod-restart-info-collector"
6+
# clusterName: "Change-Me"
7+
# slackWebhookUrl: "https://hooks.slack.com/services/Change-Me"
8+
# slackWebhookUrlSecretKeyRef:
9+
# key: "slackWebhookUrl"
10+
# name: "k8s-pod-restart-info-collector"
1111
slackChannel: "restart-info-nonprod"
1212
slackUsername: "k8s-pod-restart-info-collector"
1313
muteSeconds: 600
1414
ignoreRestartCount: 30
15-
googlechatWebhookUrl: "https://chat.googleapis.com/v1/spaces/SPACE_ID/messages?key=KEY&token=TOKEN"
16-
googlechatWebhookUrlSecretKeyRef:
17-
key: "googlechatWebhookUrl"
18-
name: "k8s-pod-restart-info-collector"
15+
# googlechatWebhookUrl: "https://chat.googleapis.com/v1/spaces/SPACE_ID/messages?key=KEY&token=TOKEN"
16+
# googlechatWebhookUrlSecretKeyRef:
17+
# key: "googlechatWebhookUrl"
18+
# name: "k8s-pod-restart-info-collector"
1919
useGooglechat: true
2020

2121

0 commit comments

Comments
 (0)