Skip to content

Commit

Permalink
fix: update fullname ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilla Vass committed Sep 12, 2023
1 parent c01bc0a commit 2ff3c2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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}}
Expand Down

0 comments on commit 2ff3c2a

Please sign in to comment.