diff options
Diffstat (limited to 'kubernetes/authentication/templates/_utils.tpl')
-rw-r--r-- | kubernetes/authentication/templates/_utils.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/authentication/templates/_utils.tpl b/kubernetes/authentication/templates/_utils.tpl index 4606611159..958d0c78df 100644 --- a/kubernetes/authentication/templates/_utils.tpl +++ b/kubernetes/authentication/templates/_utils.tpl @@ -24,10 +24,10 @@ Usage: {{- $realm := (required "'realm' param, set to the specific service, is required." .realm) -}} realm: {{ $realm.name }} {{ if $realm.displayName }}displayName: {{ $realm.displayName }}{{ end }} -id: {{ $realm.name }} accessTokenLifespan: {{ default "1900" $realm.accessTokenLifespan }} registrationAllowed: {{ default false $realm.registrationAllowed }} resetPasswordAllowed: {{ default true $realm.resetPasswordAllowed }} +{{ if $realm.passwordPolicy }}passwordPolicy: {{ $realm.passwordPolicy }}{{ end }} sslRequired: {{ default "external" $realm.sslRequired }} enabled: true {{ if $realm.themes }} |