From 02bb84153f28aa511a298497999a100ed1aeb182 Mon Sep 17 00:00:00 2001 From: Thuan Vo Date: Tue, 9 Apr 2024 05:55:12 -0700 Subject: [PATCH] fix(rbac): fix newline trimmed causing invalid rolebinding set --- charts/cryostat/templates/rolebinding.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cryostat/templates/rolebinding.yaml b/charts/cryostat/templates/rolebinding.yaml index 8df6fcb0..be445520 100644 --- a/charts/cryostat/templates/rolebinding.yaml +++ b/charts/cryostat/templates/rolebinding.yaml @@ -33,6 +33,6 @@ subjects: {{- end -}} {{- $watchNs = compact $watchNs | uniq -}} {{- range $ns := $watchNs }} -{{- include "createRolebinding" (list $ns $) }} +{{ include "createRolebinding" (list $ns $) }} {{- end -}} {{- end -}}