Merge pull request #601 from kaitbr0/patch-1

Update helm-intro.md to correct uri
This commit is contained in:
Jérôme Petazzoni
2022-01-07 16:05:53 +01:00
committed by GitHub

View File

@@ -244,7 +244,7 @@ fine for personal and development clusters.)
- Add the `stable` repo:
```bash
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
helm repo add stable https://charts.helm.sh/stable
```
]