apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: creationTimestamp: null name: manager-role rules: - apiGroups: - core.kubesphere.io resources: - namespaces verbs: - get - list - watch - create - update - patch - delete - apiGroups: - core.kubesphere.io resources: - namespaces/status verbs: - get - update - patch - apiGroups: - core.kubesphere.io resources: - namespaces verbs: - get - list - watch - create - update - patch - delete - apiGroups: - core.kubesphere.io resources: - namespaces/status verbs: - get - update - patch - apiGroups: - apps resources: - deployments verbs: - get - list - watch - create - update - patch - delete - apiGroups: - apps resources: - deployments/status verbs: - get - update - patch - apiGroups: - devops.kubesphere.io resources: - s2ibinaries verbs: - get - list - watch - create - update - patch - delete - apiGroups: - devops.kubesphere.io resources: - s2ibinaries/status verbs: - get - update - patch - apiGroups: - tenant.kubesphere.io resources: - workspaces verbs: - get - list - watch - create - update - patch - delete - apiGroups: - tenant.kubesphere.io resources: - workspaces/status verbs: - get - update - patch - apiGroups: - admissionregistration.k8s.io resources: - mutatingwebhookconfigurations - validatingwebhookconfigurations verbs: - get - list - watch - create - update - patch - delete - apiGroups: - "" resources: - secrets verbs: - get - list - watch - create - update - patch - delete - apiGroups: - "" resources: - services verbs: - get - list - watch - create - update - patch - delete