unicef / magasin

Cloud native open-source end-to-end data / AI / ML platform
https://unicef.github.io/magasin/
Apache License 2.0
5 stars 3 forks source link

Helm command for adding repo breaking #37

Closed nathanbaleeta closed 8 months ago

nathanbaleeta commented 8 months ago

Helm command for adding repo manually as below seems to be breaking

helm repo add https://unicef.github.io/magasin/

Should be:

helm repo add magasin https://unicef.github.io/magasin/
merlos commented 8 months ago

Thanks! The repo name was missing. Fixed!