Skip to content

Commit e1fb571

Browse files
clyang82claude
andcommitted
chore: add slack notification
Add slack notification configuration to postgres_exporter konflux pipeline for release 1.6 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e884071 commit e1fb571

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,19 @@ spec:
4141
value: "true"
4242
- name: prefetch-input
4343
value: '[ {"type": "gomod", "path": "."}, {"type": "gomod", "path": "./promu"} ]'
44+
- name: send-slack-notification
45+
value: "true"
46+
- name: konflux-application-name
47+
value: "release-globalhub-1-6"
48+
- name: slack-webhook-url-secret-name
49+
# See details: https://konflux.pages.redhat.com/docs/users/patterns/slack-notifications.html
50+
value: "slack-notify-webhook"
51+
- name: slack-webhook-url-secret-key
52+
value: "slack-webhook-url"
53+
- name: slack-member-id
54+
# Will mention the user in the slack message when the pipeline run failed; this is not required.
55+
# Please make sure replace the value with component owner's slack member id.
56+
value: "S09JCE3DF9N"
4457
pipelineRef:
4558
resolver: git
4659
params:

0 commit comments

Comments
 (0)