Ver código fonte

Update aggregated edit role to include verbs

Evan Cordell 6 anos atrás
pai
commit
31ce546408

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

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