From 7ff4a9b79d89ef40097cb9e37418bdfeeed55e24 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste DONNETTE Date: Wed, 6 Nov 2024 16:51:57 +0100 Subject: [PATCH] fix(ingress): remove nginx annotation --- templates/ingress.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/ingress.yaml b/templates/ingress.yaml index e4d31b7..fe5595f 100644 --- a/templates/ingress.yaml +++ b/templates/ingress.yaml @@ -4,7 +4,6 @@ kind: Ingress metadata: name: {{ .Release.Name }}-ingress annotations: - kubernetes.io/ingress.class: nginx {{- if .Values.global.ingress.annotations }} {{- with .Values.global.ingress.annotations }} {{- toYaml . | trim | nindent 4 }}