File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ rules:
223
223
apiVersion : rbac.authorization.k8s.io/v1
224
224
kind : ClusterRole
225
225
metadata :
226
- name : apl-gitea-operator-team-{{ $v.teamId }}-trigger-pipeline-watcher
226
+ name : apl-gitea-operator-team-{{ $v.teamId }}-trigger-template- pipeline-watcher
227
227
rules :
228
228
- apiGroups : ["tekton.dev"]
229
229
resources : ["pipelines"]
@@ -250,13 +250,13 @@ roleRef:
250
250
apiVersion : rbac.authorization.k8s.io/v1
251
251
kind : ClusterRoleBinding
252
252
metadata :
253
- name : apl-gitea-operator-team-{{ $v.teamId }}-trigger-pipeline-binding
253
+ name : apl-gitea-operator-team-{{ $v.teamId }}-trigger-template- pipeline-binding
254
254
subjects :
255
255
- kind : ServiceAccount
256
256
namespace : apl-gitea-operator
257
257
name : apl-gitea-operator
258
258
roleRef :
259
259
kind : ClusterRole
260
- name : apl-gitea-operator-team-{{ $v.teamId }}-trigger-template-watcher
260
+ name : apl-gitea-operator-team-{{ $v.teamId }}-trigger-template-pipeline- watcher
261
261
apiGroup : rbac.authorization.k8s.io
262
262
---
You can’t perform that action at this time.
0 commit comments