From a5675a374d2579f06e20e78c7b08f04b554c048d Mon Sep 17 00:00:00 2001 From: jacobi petrucciani <8117202+jpetrucciani@users.noreply.github.com> Date: Fri, 20 Jun 2025 13:13:31 -0400 Subject: [PATCH] potential trailing comma fix this is not formatted/prettified, so perhaps this could be a good fix? --- stable/semaphore/templates/configmap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/semaphore/templates/configmap.yaml b/stable/semaphore/templates/configmap.yaml index 082599c..eeb650e 100644 --- a/stable/semaphore/templates/configmap.yaml +++ b/stable/semaphore/templates/configmap.yaml @@ -34,10 +34,10 @@ data: {{- end }} {{- $_ := set $providers $provider $config }} {{- end }} - "oidc_providers": {{ $providers | toJson }}, + "oidc_providers": {{ $providers | toJson }} {{- end }} {{- if .Values.config.forwarded_env_vars }} - "forwarded_env_vars": [ + ,"forwarded_env_vars": [ {{- range $index, $val := .Values.config.forwarded_env_vars }} {{- if $index }}, {{ end }}"{{ $val }}" {{- end }}]