aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/authentication/components/oauth2-proxy/templates/ingress.yaml
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2024-11-28 14:09:55 +0100
committerAndreas Geissler <andreas-geissler@telekom.de>2024-12-09 14:01:59 +0100
commit644dd33c78dd4c7fe638f93414617686efea95ec (patch)
tree7191169514135ddc7a775784542e688290bd2f75 /kubernetes/authentication/components/oauth2-proxy/templates/ingress.yaml
parentc83b46874cdcda8e14b4bf46c2acbff57c9d6e94 (diff)
[AUTHENTICATION] New Oslo version
Update for the latest Keycloak version (26.0.x) Additional support for REALM options. Add Authorization support Update keycloak-config-cli and oauth2-proxy charts Issue-ID: OOM-3306 Change-Id: I1e1d4b7afbaf52bc33904a1589efc25cf578d7a6 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Diffstat (limited to 'kubernetes/authentication/components/oauth2-proxy/templates/ingress.yaml')
-rw-r--r--kubernetes/authentication/components/oauth2-proxy/templates/ingress.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/authentication/components/oauth2-proxy/templates/ingress.yaml b/kubernetes/authentication/components/oauth2-proxy/templates/ingress.yaml
index 5323820487..8cc7953ee9 100644
--- a/kubernetes/authentication/components/oauth2-proxy/templates/ingress.yaml
+++ b/kubernetes/authentication/components/oauth2-proxy/templates/ingress.yaml
@@ -17,7 +17,7 @@ metadata:
namespace: {{ template "oauth2-proxy.namespace" $ }}
{{- with .Values.ingress.annotations }}
annotations:
-{{ toYaml . | indent 4 }}
+{{ tpl ( toYaml . ) $ | indent 4 }}
{{- end }}
spec:
{{- if and .Values.ingress.className ( eq "true" ( include "ingress.supportsIngressClassName" . ) ) }}