Created
September 11, 2023 08:20
-
-
Save keskad/159e6a983e16e16a2858315990ab4cd7 to your computer and use it in GitHub Desktop.
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: tekton.dev/v1 | |
| kind: Task | |
| metadata: | |
| name: my-task | |
| annotations: | |
| hello: test-task | |
| # ... | |
| --- | |
| apiVersion: rbac.authorization.k8s.io/v1 | |
| kind: ClusterRole | |
| metadata: | |
| name: some-role | |
| annotations: | |
| hello: test-task | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment