From e35a284b1ac273681d4ebf972190b61a911870e9 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Tue, 30 Apr 2024 13:40:17 +0200 Subject: [PATCH] fix(helm): allow ingress class to be overriden Signed-off-by: rjshrjndrn --- .../openreplay/charts/frontend/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay/charts/frontend/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/frontend/templates/ingress.yaml index 9a1300086..2322119a1 100644 --- a/scripts/helmcharts/openreplay/charts/frontend/templates/ingress.yaml +++ b/scripts/helmcharts/openreplay/charts/frontend/templates/ingress.yaml @@ -70,7 +70,7 @@ metadata: proxy_ssl_name static.openreplay.com; proxy_ssl_server_name on; spec: - ingressClassName: openreplay + ingressClassName: "{{ tpl .Values.ingress.className . }}" tls: - hosts: - {{ .Values.global.domainName }}