Skip to content

Commit

Permalink
Removes endpoints from the 44-rbac.yaml Helm template (#10324)
Browse files Browse the repository at this point in the history
Signed-off-by: Daneyon Hansen <[email protected]>
Co-authored-by: Sam Heilbron <[email protected]>
  • Loading branch information
danehans and sam-heilbron authored Nov 12, 2024
1 parent dcd09c4 commit 205f4c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog/v1.18.0-beta34/issue_10323.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
changelog:
- type: FIX
issueLink: https://github.com/solo-io/gloo/issues/10323
resolvesIssue: true
description: >-
Removes the endpoints resource from Helm RBAC manifest when kubeGateway is enabled.
1 change: 0 additions & 1 deletion install/helm/gloo/templates/44-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ rules:
- services
- pods
- nodes
- endpoints
- secrets
- namespaces
verbs: ["get", "list", "watch"]
Expand Down

0 comments on commit 205f4c0

Please sign in to comment.