From 4bc3f7ae31a8897f91a1e16830e812a32011bfb0 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 29 Oct 2024 15:33:50 +0100 Subject: [PATCH] fix ingress --- charts/openlit/templates/ingress.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/openlit/templates/ingress.yml b/charts/openlit/templates/ingress.yml index da460a1..13d59ad 100644 --- a/charts/openlit/templates/ingress.yml +++ b/charts/openlit/templates/ingress.yml @@ -1,5 +1,4 @@ {{- if .Values.ingress.enabled -}} -{{- $fullName := include "test.fullname" . -}} {{- $svcPort := .Values.service.port -}} {{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }} {{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }}