Skip to content

Commit 056c945

Browse files
committed
CH-210 Fix keycloak template in case roles are defined by
1 parent 8cdc067 commit 056c945

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/accounts/deploy/resources/realm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
{{- range $app := .Values.apps }}
5151
{{- if (hasKey $app.harness "accounts") }}
5252
{{- if $j}},{{end}}
53-
{{- if len $app.harness.accounts.users}}
53+
{{- if $app.harness.accounts.users}}
5454
{{- $j = add1 $j }}
5555
{{- end }}
5656
{{- range $i, $user := $app.harness.accounts.users }}{{if $i}},{{end}}

0 commit comments

Comments
 (0)