From 51979787b0adf65c10142214ff2bdfd4a6f9b5af Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Thu, 26 Sep 2019 12:29:49 +0300 Subject: [PATCH] Fix Helm repo address --- charts/podinfo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/podinfo/README.md b/charts/podinfo/README.md index 820200d..33ae514 100644 --- a/charts/podinfo/README.md +++ b/charts/podinfo/README.md @@ -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 ```