Skip to content

Commit

Permalink
Update sa-kw-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flytux authored Apr 25, 2024
1 parent 0f6031e commit 6776e06
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tekton-pipelines/sa-kw-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,25 +82,26 @@ subjects:
namespace: build
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
kind: ClusterRoleBinding
metadata:
name: triggers--eventlistener-binding
name: triggers-eventlistener-clusterbinding
subjects:
- kind: ServiceAccount
name: sa-pipeline-trigger
namespace: build
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: tekton-triggers-eventlistener-roles
name: tekton-triggers-eventlistener-clusterroles
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: triggers-eventlistener-clusterbinding
name: triggers-eventlistener-clusterbinding-tekton-pipelines-ns
subjects:
- kind: ServiceAccount
name: sa-pipeline-trigger
namespace: build
namespace: tekton-pipelines
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down

0 comments on commit 6776e06

Please sign in to comment.