diff --git a/coredb-operator/yaml/install.yaml b/coredb-operator/yaml/install.yaml index 5d0cd6ed0..422021e56 100644 --- a/coredb-operator/yaml/install.yaml +++ b/coredb-operator/yaml/install.yaml @@ -16,11 +16,7 @@ metadata: rules: - apiGroups: ["coredb.io"] resources: ["coredbs", "coredbs/status"] - verbs: - - get - - watch - - list - - patch + verbs: ["get", "list", "watch", "patch"] - apiGroups: ["events.k8s.io"] resources: ["events"] verbs: ["create"]