Skip to content

Commit

Permalink
Add extraRBAC to helm values
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexand committed Nov 1, 2023
1 parent 03747a5 commit d776376
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions charts/cluster-registry-client/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,14 @@ rules:
- get
- patch
- update
- apiGroups:
- ""
resources:
- namespaces
verbs:
- get
- watch
- list
{{- with .Values.extraRBAC }}
{{- toYaml . | nindent 2 }}
{{- end }}

0 comments on commit d776376

Please sign in to comment.