fixing ingress
All checks were successful
ci / Build & Unit Test (8.0.x) (push) Successful in 2m8s
ci / Publish Charts (push) Successful in 16s
ci / Build Containers (push) Successful in 15m55s

This commit is contained in:
Andy Pack 2024-10-01 19:58:07 +01:00
parent 8fb71e361a
commit e36515e6ab
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -1,6 +1,6 @@
{{- if .Values.ingress.enabled -}} {{- if .Values.ingress.enabled -}}
{{- $ingressApiIsStable := eq (include "webapp.ingress.isStable" .) "true" -}} {{- $ingressApiIsStable := eq (include "webapp.ingress.isStable" .) "true" -}}
{{- $ingressSupportsIngressClassName := eq (include "grafana.ingress.supportsIngressClassName" .) "true" -}} {{- $ingressSupportsIngressClassName := eq (include "webapp.ingress.supportsIngressClassName" .) "true" -}}
{{- $ingressSupportsPathType := eq (include "webapp.ingress.supportsPathType" .) "true" -}} {{- $ingressSupportsPathType := eq (include "webapp.ingress.supportsPathType" .) "true" -}}
{{- $fullName := include "webapp.fullname" . -}} {{- $fullName := include "webapp.fullname" . -}}
{{- $servicePort := .Values.service.port -}} {{- $servicePort := .Values.service.port -}}