|
|
@ -37,8 +37,8 @@ spec: |
|
|
|
http: |
|
|
|
paths: |
|
|
|
- path: "/" |
|
|
|
{{- if and .pathType (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }} |
|
|
|
pathType: {{ .pathType }} |
|
|
|
{{- if and .Values.ingress.pathType (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }} |
|
|
|
pathType: {{ .Values.ingress.pathType }} |
|
|
|
{{- end }} |
|
|
|
backend: |
|
|
|
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }} |
|
|
|