Fix Helm repo address

This commit is contained in:
Stefan Prodan
2019-09-26 12:29:49 +03:00
committed by GitHub
parent 8b37756118
commit 51979787b0

View File

@@ -8,7 +8,7 @@ that showcases best practices of running microservices in Kubernetes.
To install the chart with the release name `my-release`:
```console
$ helm repo add sp https://stefanprodan.github.io/k8s-podinfo
$ helm repo add sp https://stefanprodan.github.io/podinfo
$ helm upgrade my-release --install sp/podinfo
```