File tree 3 files changed +44
-0
lines changed
.konflux/1-15/openshift-pipelines
3 files changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : rbac.authorization.k8s.io/v1
2
+ kind : Role
3
+ metadata :
4
+ name : release-plan-role-1.15
5
+ rules :
6
+ - apiGroups :
7
+ - appstudio.redhat.com
8
+ resources :
9
+ - snapshots
10
+ verbs :
11
+ - get
12
+
13
+ ---
14
+ apiVersion : rbac.authorization.k8s.io/v1
15
+ kind : RoleBinding
16
+ metadata :
17
+ name : release-plan-rolebinding-1.15
18
+ subjects :
19
+ - kind : ServiceAccount
20
+ name : release-registry-openshift-pipelines-1.15
21
+ apiGroup : " "
22
+ roleRef :
23
+ kind : Role
24
+ name : release-plan-role-1.15
25
+ apiGroup : rbac.authorization.k8s.io
Original file line number Diff line number Diff line change
1
+ kind : Secret
2
+ apiVersion : v1
3
+ metadata :
4
+ name : release-registry-openshift-pipelines-1.15
5
+ annotations :
6
+ tekton.dev/docker-0 : https://quay.io
7
+ data :
8
+ username : YWFhCg==
9
+ password : YWFhCg==
10
+ type : kubernetes.io/basic-auth
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : v1
3
+ imagePullSecrets :
4
+ - name : release-registry-openshift-pipelines-1.15
5
+ kind : ServiceAccount
6
+ metadata :
7
+ name : release-registry-openshift-pipelines-1.15
8
+ secrets :
9
+ - name : release-registry-openshift-pipelines-1.15
You can’t perform that action at this time.
0 commit comments