diff --git a/charts/ycast/1.2.0/templates/ingress.yaml b/charts/ycast/1.2.0/templates/ingress.yaml index f2b7498..e440db1 100644 --- a/charts/ycast/1.2.0/templates/ingress.yaml +++ b/charts/ycast/1.2.0/templates/ingress.yaml @@ -1,7 +1,6 @@ {{- if .Values.ingress.enabled -}} {{- $fullName := include "ycast.fullname" . -}} {{- $svcPort := .Values.service.port -}} -{{- if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}} apiVersion: networking.k8s.io/v1 kind: Ingress metadata: @@ -38,4 +37,4 @@ spec: number: {{ $svcPort }} {{- end }} {{- end }} - {{- end }} + {{- end }} \ No newline at end of file