Skip to content

Commit

Permalink
Merge pull request #36 from hugabora/serviceaccount-patch-scaling
Browse files Browse the repository at this point in the history
Update serviceaccount.yaml w statefulsets/scale resource
  • Loading branch information
dy46 authored Nov 17, 2023
2 parents 639acc8 + 14ca38e commit ba7e7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/mageai/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ metadata:
name: {{ include "mageai.fullname" . }}-workspace-manager
rules:
- apiGroups: ["", "networking.k8s.io", "apps"] # "" indicates the core API group
resources: ["nodes", "persistentvolumeclaims", "services", "statefulsets", "ingresses", "configmaps"]
resources: ["nodes", "persistentvolumeclaims", "services", "statefulsets", "statefulsets/scale", "ingresses", "configmaps"]
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]

---
Expand Down

0 comments on commit ba7e7a0

Please sign in to comment.