Skip to content

Commit

Permalink
Set preceding/succeeding pathType to range scope (#8)
Browse files Browse the repository at this point in the history
* Set preceding/succeeding pathType to range scope

Signed-off-by: Steven Koo <[email protected]>

* change chart version

* Update Chart.yaml

---------

Signed-off-by: Steven Koo <[email protected]>
Co-authored-by: Narekmat <[email protected]>
  • Loading branch information
skooNI and Narekmat authored Aug 17, 2023
1 parent f169fdf commit 3e50fa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/kafka-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: kafka-ui
description: A Helm chart for kafka-UI
type: application
version: 0.7.3
version: 0.7.4
appVersion: v0.7.1
icon: https://github.com/provectus/kafka-ui/raw/master/documentation/images/kafka-ui-logo.png
4 changes: 2 additions & 2 deletions charts/kafka-ui/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
{{- if and ($.Capabilities.APIVersions.Has "networking.k8s.io/v1") $isHigher1p19 -}}
{{- range .Values.ingress.precedingPaths }}
- path: {{ .path }}
pathType: {{ $.Values.ingress.pathType }}
pathType: {{ .pathType }}
backend:
service:
name: {{ .serviceName }}
Expand All @@ -58,7 +58,7 @@ spec:
{{- end }}
{{- range .Values.ingress.succeedingPaths }}
- path: {{ .path }}
pathType: {{ .Values.ingress.pathType }}
pathType: {{ .pathType }}
backend:
service:
name: {{ .serviceName }}
Expand Down

0 comments on commit 3e50fa5

Please sign in to comment.