Skip to content

Commit 33158e1

Browse files
authored
Merge pull request #115 from stolostron/release-2.15-replace-slack-member-id-with-slack-group-id
Replace slack-member-id with slack-group-id in .tekton files for release 1.6
2 parents 9cf40bd + b7df27e commit 33158e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tekton/postgres-exporter-globalhub-1-6-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
value: "slack-notify-webhook"
5151
- name: slack-webhook-url-secret-key
5252
value: "slack-webhook-url"
53-
- name: slack-member-id
53+
- name: slack-group-id
5454
# Will mention the user in the slack message when the pipeline run failed; this is not required.
5555
# Please make sure replace the value with component owner's slack member id.
5656
value: "S09JCE3DF9N"

0 commit comments

Comments
 (0)