Skip to content

Commit 5e8bc58

Browse files
authored
enable slack notifications (#1091)
Signed-off-by: sahare <[email protected]>
1 parent d4ad647 commit 5e8bc58

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.tekton/volsync-addon-controller-acm-215-push.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ spec:
4343
- "commitFromGit_arg={{revision}}"
4444
- name: path-context
4545
value: .
46+
- name: send-slack-notification
47+
value: "true"
48+
- name: konflux-application-name
49+
value: "release-acm-215"
50+
- name: slack-webhook-url-secret-name
51+
value: "backup-team-slack-notification-secret"
52+
- name: slack-webhook-url-secret-key
53+
value: "backup-team"
4654
pipelineRef:
4755
resolver: git
4856
params:

0 commit comments

Comments
 (0)