Skip to content

Commit

Permalink
Merge pull request #316 from ls-2018/patch-1
Browse files Browse the repository at this point in the history
fix lack of authority
  • Loading branch information
BSWANG authored Sep 12, 2024
2 parents deb4eb6 + a5e13f7 commit 57d8df7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/skoopbundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@ rules:
resources:
- ingresses
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources:
- namespaces
- pods
- pods/exec
verbs: ["create", "delete"]
- nonResourceURLs: ["/metrics"]
verbs: ["get"]
---
Expand Down

0 comments on commit 57d8df7

Please sign in to comment.