fix(ingress): function bool not defined

!5 nofusscomputing/infrastructure/configuration-management/inventory-production!3
This commit is contained in:
2023-11-19 18:31:28 +09:30
parent 562bb7d6f5
commit 33883ec640

View File

@ -1,4 +1,4 @@
{{ if .Values.nfc_monitoring.alert_manager.ingress.enabled | default "false" | bool -}} {{ if .Values.nfc_monitoring.alert_manager.ingress.enabled | default "false" -}}
--- ---
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
@ -12,7 +12,7 @@ spec:
{{ end }} {{ end }}
{{ if .Values.nfc_monitoring.grafana.ingress.enabled | default "false" | bool -}} {{ if .Values.nfc_monitoring.grafana.ingress.enabled | default "false" -}}
--- ---
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
@ -26,7 +26,7 @@ spec:
{{ end }} {{ end }}
{{ if .Values.nfc_monitoring.prometheus.ingress.enabled | default "false" | bool -}} {{ if .Values.nfc_monitoring.prometheus.ingress.enabled | default "false" -}}
--- ---
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress