Skip to content

Commit

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

0 comments on commit 79756ce

Please sign in to comment.