Skip to content

Commit

Permalink
Merge pull request #27 from pjchristmas/patch-1
Browse files Browse the repository at this point in the history
Update serviceaccount.yaml
  • Loading branch information
dy46 authored Nov 3, 2023
2 parents f46bb30 + 3ef72ab commit 5483092
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"]
resources: ["nodes", "persistentvolumeclaims", "services", "statefulsets", "ingresses", "configmaps"]
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]

---
Expand Down

0 comments on commit 5483092

Please sign in to comment.