Skip to content

Commit

Permalink
Added notification settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone committed Jun 19, 2024
1 parent d14fbd2 commit f753aff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ spec:
access_level: BUILD_AND_READ

---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
Expand All @@ -221,6 +221,11 @@ spec:
provider_settings:
trigger_mode: none # don't trigger jobs from github activity
repository: elastic/elastic-agent
env:
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
SLACK_NOTIFICATIONS_CHANNEL: "#ingest-notifications"
SLACK_NOTIFICATIONS_ON_SUCCESS: "false"
SLACK_NOTIFICATIONS_SKIP_FOR_RETRIES: "true"
schedules:
weekly:
branch: main
Expand Down

0 comments on commit f753aff

Please sign in to comment.