Skip to content

Commit bd00d46

Browse files
openshift-pipelines-botsavitaashture
openshift-pipelines-bot
authored andcommitted
[bot:release-v1.15.x] Update Generated Konflux Config
1 parent 0724f46 commit bd00d46

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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

0 commit comments

Comments
 (0)