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 14, 2024
1 parent 2312a7d commit a1e6aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/ocean-kubernetes-controller/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ rules:
- apiGroups: ["autoscaling"]
resources: ["horizontalpodautoscalers"]
verbs: ["patch", "update"]
- apiGroups: [ "apps" ]
resources: [ "deployments", "daemonsets", "statefulsets", "replicasets" ]
- apiGroups: ["apps"]
resources: ["deployments", "daemonsets", "statefulsets", "replicasets"]
verbs: [ "get", "list", "watch", "patch", "update" ]
{{- end }}
# ---------------------------------------------------------------------------
Expand Down

0 comments on commit a1e6aaf

Please sign in to comment.