From 41257afa83e31eee84c53af738c115fc610175a6 Mon Sep 17 00:00:00 2001 From: Andrei Kurilov <18027129+akurilov@users.noreply.github.com> Date: Thu, 30 May 2024 08:36:47 +0300 Subject: [PATCH] Update ingress.yaml --- helm/webapp/templates/ingress.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/helm/webapp/templates/ingress.yaml b/helm/webapp/templates/ingress.yaml index 1f2f871..4d77d8d 100644 --- a/helm/webapp/templates/ingress.yaml +++ b/helm/webapp/templates/ingress.yaml @@ -24,7 +24,6 @@ metadata: nginx.ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/force-ssl-redirect: "true" nginx.ingress.kubernetes.io/configuration-snippet: | - more_set_headers "Cache-Control: no-cache"; more_set_headers "etag: 546b52f"; spec: {{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }}