Skip to content

Commit

Permalink
[src] Automatic Rollback - Ctrl support StatefulSets rolling updates …
Browse files Browse the repository at this point in the history
…- CON-30637
  • Loading branch information
shirbur committed Nov 13, 2024
1 parent 4e36ef6 commit 2312a7d
Showing 1 changed file with 4 additions and 1 deletion.
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", "statefulsets"]
resources: ["deployments", "daemonsets"]
verbs: ["get", "list", "patch", "update", "create", "delete"]
- apiGroups: [""]
resources: ["pods"]
Expand Down Expand Up @@ -107,6 +107,9 @@ 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 2312a7d

Please sign in to comment.