Skip to content

Commit

Permalink
Merge pull request #22 from gnom4ik/patch-1
Browse files Browse the repository at this point in the history
fixed ingress check-up
  • Loading branch information
andrzejwp authored Nov 6, 2023
2 parents 506021f + 36896e3 commit 967eed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/bitwarden-k8s/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.ingress.enabled -}}
{{ if or (not (hasKey $.Values.ingress "enabled")) (eq (coalesce $.Values.ingress.enabled false) true) }}
{{- $fullName := include "bitwarden-k8s.fullname" . -}}
{{- $ingressPath := .Values.ingress.path -}}
{{- $ingressApiIsStable := eq (include "bitwarden-k8s.ingress.isStable" .) "true" -}}
Expand Down

0 comments on commit 967eed8

Please sign in to comment.