File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 3
3
# Declare variables to be passed into your templates.
4
4
5
5
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"
11
11
slackChannel : " restart-info-nonprod"
12
12
slackUsername : " k8s-pod-restart-info-collector"
13
13
muteSeconds : 600
14
14
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"
19
19
useGooglechat : true
20
20
21
21
You can’t perform that action at this time.
0 commit comments