Explorar el Código

Update aggregated edit role to include verbs

Evan Cordell hace 6 años
padre
commit
31ce546408
Se han modificado 1 ficheros con 1 adiciones y 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"]