Last active
March 7, 2023 12:28
-
-
Save psrna/2b8b3afafa5bd1b8a6865c3ba7545f18 to your computer and use it in GitHub Desktop.
cloudwatch_trigger_listener.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: triggers.tekton.dev/v1alpha1 | |
| kind: EventListener | |
| metadata: | |
| name: developer-osd-aws-cleanup-trigger-listener | |
| namespace: appstudio-qe | |
| spec: | |
| serviceAccountName: pipeline | |
| triggers: | |
| - name: cron-trig | |
| template: | |
| ref: developer-osd-aws-cleanup-trigger-template |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment