From 6c776e5171ea5b71d8686524bf8739d3879ad977 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Thu, 10 Oct 2024 21:37:13 +0200 Subject: [PATCH] fix(helm): if for ingress had wrong value key for ingress.enabled --- deploy/k8s/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/k8s/templates/ingress.yaml b/deploy/k8s/templates/ingress.yaml index 726c001..678df2e 100644 --- a/deploy/k8s/templates/ingress.yaml +++ b/deploy/k8s/templates/ingress.yaml @@ -1,4 +1,4 @@ -{{- if .Values.api.ingress.enabled -}} +{{- if .Values.ingress.enabled -}} apiVersion: networking.k8s.io/v1 kind: Ingress metadata: