cloudnativedevops / demo

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

Helm install changes #42

Open KenKi0 opened 4 hours ago

KenKi0 commented 4 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

KenKi0 commented 4 hours ago

PR - https://github.com/cloudnativedevops/demo/pull/43