Skip to content

Instantly share code, notes, and snippets.

@keskad
Created September 11, 2023 08:20
Show Gist options
  • Select an option

  • Save keskad/159e6a983e16e16a2858315990ab4cd7 to your computer and use it in GitHub Desktop.

Select an option

Save keskad/159e6a983e16e16a2858315990ab4cd7 to your computer and use it in GitHub Desktop.
---
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