Skip to content

Commit

Permalink
smaller change
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrmr33 committed Nov 12, 2024
1 parent d5068f0 commit 4ad256d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rules:
# feature: ocean/apply
# ---------------------------------------------------------------------------
- apiGroups: ["apps"]
resources: ["deployments", "daemonsets"]
resources: ["deployments", "daemonsets", "statefulsets"]
verbs: ["get", "list", "patch", "update", "create", "delete"]
- apiGroups: [""]
resources: ["pods"]
Expand Down Expand Up @@ -107,9 +107,6 @@ rules:
- apiGroups: ["autoscaling"]
resources: ["horizontalpodautoscalers"]
verbs: ["patch", "update"]
- apiGroups: ["apps"]
resources: ["deployments", "daemonsets", "statefulsets", "replicasets"]
verbs: ["get", "list", "watch", "patch", "update"]
{{- end }}
# ---------------------------------------------------------------------------
# feature: controller/leader-election (high-availability)
Expand Down

0 comments on commit 4ad256d

Please sign in to comment.