Skip to content

Commit 0b2dc38

Browse files
move role to lower runlevel
1 parent 6e3595e commit 0b2dc38

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

install/0000_00_cluster-version-operator_02_ZZ_roles.yaml renamed to install/0000_90_cluster-version-operator_02_roles.yaml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,16 @@ roleRef:
1515
---
1616
apiVersion: rbac.authorization.k8s.io/v1
1717
kind: ClusterRoleBinding
18-
metadata:
19-
name: cluster-version-operator-payload
20-
annotations:
21-
include.release.openshift.io/self-managed-high-availability: "true"
22-
subjects:
23-
- kind: ServiceAccount
24-
name: update-payload-dedicated-sa
25-
namespace: openshift-cluster-version
26-
roleRef:
27-
kind: ClusterRole
28-
name: cluster-admin
29-
apiGroup: rbac.authorization.k8s.io
30-
---
31-
apiVersion: rbac.authorization.k8s.io/v1
32-
kind: ClusterRoleBinding
3318
metadata:
3419
name: cluster-version-operator
3520
annotations:
3621
kubernetes.io/description: Grant the cluster-version operator permission to perform cluster-admin actions while managing the OpenShift core.
3722
include.release.openshift.io/self-managed-high-availability: "true"
23+
release.openshift.io/delete: "true"
3824
roleRef:
3925
kind: ClusterRole
4026
name: cluster-admin
27+
apiGroup: rbac.authorization.k8s.io
4128
subjects:
4229
- kind: ServiceAccount
4330
namespace: openshift-cluster-version

0 commit comments

Comments
 (0)