Skip to content

Commit a5cc61a

Browse files
committed
fix: accounts realms.json post refactor: comma to identity providers list
1 parent df9ba71 commit a5cc61a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

applications/accounts/deploy/templates/_identity_providers.tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
{{- define "deploy_accounts_utils.identity_providers" -}}
4747
{{- if hasKey .app "identityProviders" -}}
4848
"identityProviders": [
49-
{{- range $provider := .app.identityProviders }}
49+
{{- range $i, $provider := .app.identityProviders }}
50+
{{- if $i}},{{end}}
5051
{{ include (printf "deploy_accounts_utils.%s_identity_provider" $provider) (dict "app" $.app) | indent 12 }}
5152
{{- end -}}
5253
],

0 commit comments

Comments
 (0)