We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cdc067 commit 056c945Copy full SHA for 056c945
1 file changed
applications/accounts/deploy/resources/realm.json
@@ -50,7 +50,7 @@
50
{{- range $app := .Values.apps }}
51
{{- if (hasKey $app.harness "accounts") }}
52
{{- if $j}},{{end}}
53
- {{- if len $app.harness.accounts.users}}
+ {{- if $app.harness.accounts.users}}
54
{{- $j = add1 $j }}
55
{{- end }}
56
{{- range $i, $user := $app.harness.accounts.users }}{{if $i}},{{end}}
0 commit comments