From 84c7c8bc6c33e887278d729b83d8e1c1bd3afe0a Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Thu, 7 Aug 2025 17:10:36 +0200 Subject: [PATCH] Helm Chart: remove deplicate line in authenticationOptions template --- helm/polaris/templates/_helpers.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/helm/polaris/templates/_helpers.tpl b/helm/polaris/templates/_helpers.tpl index 3def60b529..af0b596e31 100644 --- a/helm/polaris/templates/_helpers.tpl +++ b/helm/polaris/templates/_helpers.tpl @@ -317,7 +317,6 @@ Sets the configmap authentication options for a given realm. {{- $_ := set $map (printf "%s.type" $prefix) $authType -}} {{- $_ = set $map (printf "%s.authenticator.type" $prefix) (dig "authenticator" "type" "default" $auth) -}} {{- $_ = set $map (printf "%s.active-roles-provider.type" $prefix) (dig "activeRolesProvider" "type" "default" $auth) -}} -{{- $_ = set $map (printf "%s.active-roles-provider.type" $prefix) (dig "activeRolesProvider" "type" "default" $auth) -}} {{- if (or (eq $authType "mixed") (eq $authType "internal")) -}} {{- $tokenBrokerType := dig "tokenBroker" "type" "rsa-key-pair" $auth -}} {{- $_ = set $map (printf "%s.token-service.type" $prefix) (dig "tokenService" "type" "default" $auth) -}}