Skip to content

Commit

Permalink
Update ingress.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov authored May 30, 2024
1 parent 77cf679 commit 41257af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helm/webapp/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down

0 comments on commit 41257af

Please sign in to comment.