Skip to content

Commit

Permalink
feat: improve cond editor
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed May 30, 2024
1 parent eaeb489 commit 0ffca8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/webapp/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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 "etag: 546b52f";
more_set_headers "etag: eaeb489";
spec:
{{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }}
ingressClassName: {{ .Values.ingress.className }}
Expand Down

0 comments on commit 0ffca8b

Please sign in to comment.