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 11, 2024
1 parent e77d679 commit 55aeb6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 55aeb6a

Please sign in to comment.