Skip to content

Commit 36896e3

Browse files
authored
fixed ingress check-up
1 parent 506021f commit 36896e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/bitwarden-k8s/templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if .Values.ingress.enabled -}}
1+
{{ if or (not (hasKey $.Values.ingress "enabled")) (eq (coalesce $.Values.ingress.enabled false) true) }}
22
{{- $fullName := include "bitwarden-k8s.fullname" . -}}
33
{{- $ingressPath := .Values.ingress.path -}}
44
{{- $ingressApiIsStable := eq (include "bitwarden-k8s.ingress.isStable" .) "true" -}}

0 commit comments

Comments
 (0)