[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:
Tommy Nguyen
2019-03-14 21:10:56 -07:00
committed by Kubernetes Prow Robot
parent a01329029a
commit 87982cfeef
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -19,7 +19,7 @@ spec:
- host: {{ .name }}
http:
paths:
- path: {{ default "/" .path }}
- path: {{ default "/" .path | quote }}
backend:
serviceName: {{ $serviceName }}
servicePort: {{ $servicePort }}