portainer / k8s

How to deploy Portainer inside a Kubernetes environment.
MIT License
88 stars 58 forks source link

README command is wrong #144

Open Rudedog9d opened 5 months ago

Rudedog9d commented 5 months ago

It appears the readme command for adding the chart is incorrect:

helm install --dry-run portainer -n portainer deploy/helm/portainer
Error: INSTALLATION FAILED: repo deploy not found

Replacing deploy/helm/portainer with portainer/portainer seems to resolve the issue.