feat(argo-rollouts): add minimum RBAC for Gateway API (#2599)

This commit is contained in:
Connor Given 2024-03-26 04:35:50 -04:00 committed by GitHub
parent 776c19db63
commit 38900afada
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 62 additions and 5 deletions

View file

@ -277,6 +277,8 @@ providerRBAC:
contour: true
# -- Adds RBAC rules for the Gloo Platform provider, see `https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-glooplatform/blob/main/README.md`
glooPlatform: true
# -- Adds RBAC rules for the Gateway API provider
gatewayAPI: true
# -- Additional RBAC rules for others providers
additionalRules: []