diff --git a/charts/ocean-kubernetes-controller/templates/clusterrole.yaml b/charts/ocean-kubernetes-controller/templates/clusterrole.yaml index c5ef5f6..ccc9dcf 100644 --- a/charts/ocean-kubernetes-controller/templates/clusterrole.yaml +++ b/charts/ocean-kubernetes-controller/templates/clusterrole.yaml @@ -109,7 +109,7 @@ rules: verbs: ["patch", "update"] - apiGroups: ["apps"] resources: ["deployments", "daemonsets", "statefulsets", "replicasets"] - verbs: ["get", "list", "patch", "update", "create"] + verbs: ["get", "list", "patch", "update"] {{- end }} # --------------------------------------------------------------------------- # feature: controller/leader-election (high-availability)