Skip to content

Commit

Permalink
update permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Sep 29, 2023
1 parent 869809c commit c5e5b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/stacks-devnet-api.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ metadata:
rules:
- apiGroups: [""]
resources: ["pods", "pods/status", "services", "configmaps"]
verbs: ["get", "delete", "create"]
verbs: ["get", "delete", "create", "list"]
- apiGroups: ["apps"]
resources: ["deployments", "statefulsets"]
verbs: ["get", "delete", "create"]
verbs: ["get", "delete", "create", "list"]
- apiGroups: [""]
resources: ["namespaces"]
verbs: ["get"]
Expand Down

0 comments on commit c5e5b1a

Please sign in to comment.