From 54950ace5f28aab4fe951d56176f154d53e247e9 Mon Sep 17 00:00:00 2001 From: Tunahan Cicek Date: Thu, 6 Apr 2023 11:10:58 +0200 Subject: [PATCH] fix ingress.yml error --- charts/discoveryfinder/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/discoveryfinder/templates/ingress.yaml b/charts/discoveryfinder/templates/ingress.yaml index 2340843..e9168ce 100644 --- a/charts/discoveryfinder/templates/ingress.yaml +++ b/charts/discoveryfinder/templates/ingress.yaml @@ -26,7 +26,7 @@ kind: Ingress metadata: name: {{ $ingr_name }} annotations: - { { .Values.discoveryfinder.ingress.annotations | toYaml | indent 4 } } + {{ .Values.discoveryfinder.ingress.annotations | toYaml | indent 4 }} labels: chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}" spec: