File tree 3 files changed +4
-10
lines changed
3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -116,9 +116,6 @@ spec:
116
116
requests :
117
117
storage : 1Gi
118
118
status : {}
119
- - name : build-details
120
- buildName : {{ .name }}
121
- repoUrl : {{ .mode.buildpack.repoUrl }}
122
119
- name : git-credentials
123
120
secret :
124
121
{{- if .externalRepo }}
Original file line number Diff line number Diff line change @@ -114,9 +114,6 @@ spec:
114
114
requests :
115
115
storage : 1Gi
116
116
status : {}
117
- - name : build-details
118
- buildName : {{ .name }}
119
- repoUrl : {{ .mode.docker.repoUrl }}
120
117
- name : git-credentials
121
118
secret :
122
119
{{- if .externalRepo }}
Original file line number Diff line number Diff line change @@ -223,10 +223,10 @@ 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-template -watcher
226
+ name : apl-gitea-operator-team-{{ $v.teamId }}-pipeline -watcher
227
227
rules :
228
- - apiGroups : ["triggers. tekton.dev"]
229
- resources : ["triggertemplates "]
228
+ - apiGroups : ["tekton.dev"]
229
+ resources : ["pipelines "]
230
230
verbs : ["watch", "list", "get"]
231
231
---
232
232
# RoleBinding for the above Role in team namespace
@@ -247,7 +247,7 @@ roleRef:
247
247
apiVersion : rbac.authorization.k8s.io/v1
248
248
kind : ClusterRoleBinding
249
249
metadata :
250
- name : apl-gitea-operator-team-{{ $v.teamId }}-trigger-template -binding
250
+ name : apl-gitea-operator-team-{{ $v.teamId }}-pipeline -binding
251
251
subjects :
252
252
- kind : ServiceAccount
253
253
namespace : apl-gitea-operator
You can’t perform that action at this time.
0 commit comments