[helm] fix default ingress path value (#2673)
* fix: helm value default ingress path Signed-off-by: BobDu <i@bobdu.cc> * Update Chart.yaml Signed-off-by: BobDu <i@bobdu.cc> Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
This commit is contained in:
parent
337f6f165e
commit
5d80b38371
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@ apiVersion: v2
|
|||
name: kafka-ui
|
||||
description: A Helm chart for kafka-UI
|
||||
type: application
|
||||
version: 0.4.4
|
||||
version: 0.4.5
|
||||
appVersion: v0.4.0
|
||||
icon: https://github.com/provectus/kafka-ui/raw/master/documentation/images/kafka-ui-logo.png
|
||||
|
|
|
@ -100,7 +100,7 @@ ingress:
|
|||
ingressClassName: ""
|
||||
|
||||
# The path for the Ingress
|
||||
path: ""
|
||||
path: "/"
|
||||
|
||||
# The hostname for the Ingress
|
||||
host: ""
|
||||
|
|
Loading…
Add table
Reference in a new issue