mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[Chartmuseum] Fix ingress path (#12112)
* Fix ingress path Signed-off-by: Tuan Nguyen <me@tuannvm.com> * Bump chart version Signed-off-by: Tuan Nguyen <me@tuannvm.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a01329029a
commit
87982cfeef
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Host your own Helm Chart Repository
|
||||
name: chartmuseum
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
appVersion: 0.8.1
|
||||
home: https://github.com/helm/chartmuseum
|
||||
icon: https://raw.githubusercontent.com/helm/chartmuseum/master/logo2.png
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
- host: {{ .name }}
|
||||
http:
|
||||
paths:
|
||||
- path: {{ default "/" .path }}
|
||||
- path: {{ default "/" .path | quote }}
|
||||
backend:
|
||||
serviceName: {{ $serviceName }}
|
||||
servicePort: {{ $servicePort }}
|
||||
|
||||
Reference in New Issue
Block a user