Skip to content

Commit

Permalink
fix(cluster): add impersonation resources
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Witlin <tyler@codezero.io>
  • Loading branch information
Tyler Witlin committed Dec 9, 2022
1 parent 2e65141 commit a3b6607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster/apps/infra/weave-gitops/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ spec:
values:
rbac:
create: true
impersonationResourceNames: ["wego-admin", "wego-team-a-admin", "wego-readonly"]
impersonationResources: ["groups"]
impersonationResourceNames: ["wego-admin", "wego-readonly"]
impersonationResources: ["groups", "users"]
additionalRules:
- apiGroups: ["infra.contrib.fluxcd.io"]
resources: ["terraforms"]
Expand Down

0 comments on commit a3b6607

Please sign in to comment.