Skip to content

Commit

Permalink
helm unittest version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-gary committed Aug 1, 2024
1 parent 6005951 commit 52c6960
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/resources/helm_it_roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ rules:
- apiGroups: ["rbac.authorization.k8s.io"]
resources: ["roles", "rolebindings"]
verbs: ["create", "delete", "get", "list", "patch", "update", "watch"]
- apiGroups: ["apiextensions.k8s.io"]
resources: ["customresourcedefinitions"]
verbs: ["get", "list"]

0 comments on commit 52c6960

Please sign in to comment.