cloudnativedevops / demo

Simple demonstration app for 'Cloud Native Devops'
MIT License
799 stars 517 forks source link

Helm install usage update #43

Open KenKi0 opened 6 hours ago

KenKi0 commented 6 hours ago

In the part of about helm you write: helm install --name demo ./k8s/demo. But now new helm install usage is as follow helm install [NAME] [CHART] [flags] and command should look like this helm install demo ./k8s/demo