Skip to content

Commit

Permalink
update ci yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Oct 4, 2023
1 parent 9a3bb21 commit 5b798ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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,8 @@ metadata:
name: stacks-devnet-api
rules:
- apiGroups: [""]
resources: ["pods", "pods/status", "services", "configmaps"]
verbs: ["get", "delete", "create", "list"]
resources: ["pods", "pods/status", "services", "configmaps", "persistentvolumeclaims"]
verbs: ["get", "delete", "create", "list", "deletecollection"]
- apiGroups: ["apps"]
resources: ["deployments", "statefulsets"]
verbs: ["get", "delete", "create", "list"]
Expand Down

0 comments on commit 5b798ad

Please sign in to comment.