--- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: creationTimestamp: null name: manager-role rules: - apiGroups: - "" resources: - services verbs: - create - delete - get - list - patch - update - watch - apiGroups: - apps resources: - deployments verbs: - create - delete - get - list - patch - update - watch - apiGroups: - apps.mashibing.com resources: - msbdeployments verbs: - create - delete - get - list - patch - update - watch - apiGroups: - apps.mashibing.com resources: - msbdeployments/finalizers verbs: - update - apiGroups: - apps.mashibing.com resources: - msbdeployments/status verbs: - get - patch - update - apiGroups: - cert-manager.io resources: - certificates verbs: - create - get - list - patch - update - watch - apiGroups: - cert-manager.io resources: - issuers verbs: - create - get - list - patch - update - watch - apiGroups: - networking.k8s.io resources: - ingresses verbs: - create - delete - get - list - patch - update - watch