Skip to content

Commit 5983c81

Browse files
authored
Helm Chart: remove duplicate line in authenticationOptions template (#2297)
1 parent d753e3d commit 5983c81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

helm/polaris/templates/_helpers.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ Sets the configmap authentication options for a given realm.
317317
{{- $_ := set $map (printf "%s.type" $prefix) $authType -}}
318318
{{- $_ = set $map (printf "%s.authenticator.type" $prefix) (dig "authenticator" "type" "default" $auth) -}}
319319
{{- $_ = set $map (printf "%s.active-roles-provider.type" $prefix) (dig "activeRolesProvider" "type" "default" $auth) -}}
320-
{{- $_ = set $map (printf "%s.active-roles-provider.type" $prefix) (dig "activeRolesProvider" "type" "default" $auth) -}}
321320
{{- if (or (eq $authType "mixed") (eq $authType "internal")) -}}
322321
{{- $tokenBrokerType := dig "tokenBroker" "type" "rsa-key-pair" $auth -}}
323322
{{- $_ = set $map (printf "%s.token-service.type" $prefix) (dig "tokenService" "type" "default" $auth) -}}

0 commit comments

Comments
 (0)