File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: A Helm chart for Kubernetes
55type : application
66
77# This is the chart version.
8- version : 0.5 .0
8+ version : 0.6 .0
99
1010# This is the version number of the application being deployed.
1111appVersion : " 4.11.0" # https://access.redhat.com/support/policy/updates/openshift # paragraph "OpenShift Support Matrix"
Original file line number Diff line number Diff line change 4141 - host : {{ .host | quote }}
4242 http :
4343 paths :
44+ {{- range .paths }}
4445 {{- if $.Values.ingress.sslRedirect }}
4546 - path : {{ .path }}
4647 backend :
5051 name : use-annotation
5152 pathType : {{ .pathType }}
5253 {{- end }}
53- {{- range .paths }}
54+
5455 - path : {{ .path }}
5556 {{- if and .pathType (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }}
5657 pathType : {{ .pathType }}
6465 {{- else }}
6566 serviceName : {{ $fullName }}
6667 servicePort : {{ $svcPort }}
67- {{- end }}
68- {{- end }}
68+ {{- end }}
69+ {{- end }}
6970 {{- end }}
7071{{- end }}
You can’t perform that action at this time.
0 commit comments