Skip to content

Commit

Permalink
Merge pull request #2964 from tyriis/feature/tekton-restructure
Browse files Browse the repository at this point in the history
feat(tekton): adjust task structure
  • Loading branch information
tyriis authored May 12, 2024
2 parents a60f6be + 8aa3f2d commit 9292f64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: tekton-task-krr

---
# allow krr to read k8s resources over all namespaces
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
Expand All @@ -27,6 +29,7 @@ rules:
- get
- watch
- list

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ resources:
# - https://raw.githubusercontent.com/tektoncd/catalog/main/task/send-to-webhook-discord/0.1/send-to-webhook-discord.yaml
- ./hello-world.yaml
- ./goodbye.yaml
- ./krr-rbac.yaml
- ./krr.yaml
- ./krr/rbac.yaml
- ./krr/task.yaml

0 comments on commit 9292f64

Please sign in to comment.