We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af37e1 commit 8120d3cCopy full SHA for 8120d3c
charts/vaultwarden/Chart.yaml
@@ -13,5 +13,5 @@ maintainers:
13
- name: guerzon
14
email: [email protected]
15
url: https://github.com/guerzon
16
-version: 0.32.2
+version: 0.32.3
17
kubeVersion: ">=1.12.0-0"
charts/vaultwarden/templates/ingress.yaml
@@ -18,10 +18,6 @@ metadata:
18
{{- printf "%s: %s" $key (tpl $value $ | quote) | nindent 4 }}
19
{{- end }}
20
annotations:
21
- ingress.kubernetes.io/rewrite-target: /
22
- {{- if $ingress.tls }}
23
- ingress.kubernetes.io/ssl-redirect: "true"
24
- {{- end }}
25
{{- if $ingress.additionalAnnotations }}
26
{{- toYaml $ingress.additionalAnnotations | nindent 4 }}
27
0 commit comments