File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,29 +15,16 @@ roleRef:
1515---
1616apiVersion : rbac.authorization.k8s.io/v1
1717kind : 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
3318metadata :
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"
3824roleRef :
3925 kind : ClusterRole
4026 name : cluster-admin
27+ apiGroup : rbac.authorization.k8s.io
4128subjects :
4229- kind : ServiceAccount
4330 namespace : openshift-cluster-version
You can’t perform that action at this time.
0 commit comments