Skip to content

Commit

Permalink
fix: namespace list/watch permission when using namespaceSelectors
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Trought <k8s@trought.ca>
  • Loading branch information
ctrought committed Apr 2, 2023
1 parent 27c0a9b commit 2b619a9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ rules:
- namespaces
verbs:
- get
- list
- watch
{{- end }}
{{- if and (.Capabilities.APIVersions.Has "apps.openshift.io/v1") (.Values.reloader.isOpenshift) }}
- apiGroups:
Expand Down

0 comments on commit 2b619a9

Please sign in to comment.