From 2ff3c2a525f98152e717c388e8523b0fd134414a Mon Sep 17 00:00:00 2001 From: Lilla Vass Date: Mon, 11 Sep 2023 13:58:08 +0200 Subject: [PATCH] fix: update fullname ref --- charts/testkube-cloud-ui/templates/ingress-statuspages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}