Explorar o código

Update aggregated edit role to include verbs

Evan Cordell %!s(int64=6) %!d(string=hai) anos
pai
achega
31ce546408
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/olm/files/20-aggregated-edit.clusterrole.yaml

+ 1 - 1
roles/olm/files/20-aggregated-edit.clusterrole.yaml

@@ -11,4 +11,4 @@ metadata:
 rules:
 - apiGroups: ["operators.coreos.com"]
   resources: ["*"]
-  verbs: ["*"]
+  verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]