Skip to content

Commit

Permalink
feat(teams) Restore namespace selectors (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
gciezkowski-acc committed Dec 16, 2024
1 parent 17d2bed commit a2cc413
Show file tree
Hide file tree
Showing 4 changed files with 393 additions and 531 deletions.
8 changes: 4 additions & 4 deletions charts/manager/templates/manager-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ rules:
- ""
resources:
- events
- namespaces
- secrets
- serviceaccounts
verbs:
- create
- delete
- get
- list
- patch
Expand All @@ -20,10 +20,10 @@ rules:
- apiGroups:
- ""
resources:
- secrets
- serviceaccounts
- namespaces
verbs:
- create
- delete
- get
- list
- patch
Expand Down
150 changes: 0 additions & 150 deletions charts/manager/templates/role.yaml

This file was deleted.

Loading

0 comments on commit a2cc413

Please sign in to comment.