We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506021f commit 36896e3Copy full SHA for 36896e3
chart/bitwarden-k8s/templates/ingress.yaml
@@ -1,4 +1,4 @@
1
-{{- if .Values.ingress.enabled -}}
+{{ if or (not (hasKey $.Values.ingress "enabled")) (eq (coalesce $.Values.ingress.enabled false) true) }}
2
{{- $fullName := include "bitwarden-k8s.fullname" . -}}
3
{{- $ingressPath := .Values.ingress.path -}}
4
{{- $ingressApiIsStable := eq (include "bitwarden-k8s.ingress.isStable" .) "true" -}}
0 commit comments