diff --git a/charts/testkube-cloud-ui/templates/ingress-statuspages.yaml b/charts/testkube-cloud-ui/templates/ingress-statuspages.yaml index 130203060..29976c414 100644 --- a/charts/testkube-cloud-ui/templates/ingress-statuspages.yaml +++ b/charts/testkube-cloud-ui/templates/ingress-statuspages.yaml @@ -1,5 +1,5 @@ {{- if and .Values.global.ingress .Values.statusPagesIngress.enabled -}} -{{- $fullName := include "testkube-cloud-api.fullname" . -}} +{{- $fullName := include "testkube-cloud-ui.fullname" . -}} {{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }} {{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }} {{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}}