Skip to content

Commit

Permalink
fix(rbac): fix newline trimmed causing invalid rolebinding set
Browse files Browse the repository at this point in the history
  • Loading branch information
tthvo committed Apr 18, 2024
1 parent 6a8634b commit 02bb841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cryostat/templates/rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ subjects:
{{- end -}}
{{- $watchNs = compact $watchNs | uniq -}}
{{- range $ns := $watchNs }}
{{- include "createRolebinding" (list $ns $) }}
{{ include "createRolebinding" (list $ns $) }}
{{- end -}}
{{- end -}}

0 comments on commit 02bb841

Please sign in to comment.