We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9ba71 commit a5cc61aCopy full SHA for a5cc61a
applications/accounts/deploy/templates/_identity_providers.tpl
@@ -46,7 +46,8 @@
46
{{- define "deploy_accounts_utils.identity_providers" -}}
47
{{- if hasKey .app "identityProviders" -}}
48
"identityProviders": [
49
- {{- range $provider := .app.identityProviders }}
+ {{- range $i, $provider := .app.identityProviders }}
50
+ {{- if $i}},{{end}}
51
{{ include (printf "deploy_accounts_utils.%s_identity_provider" $provider) (dict "app" $.app) | indent 12 }}
52
{{- end -}}
53
],
0 commit comments