GoogleCloudPlatform / marketplace-k8s-app-example

Apache License 2.0
23 stars 19 forks source link

nginx example chart folder needs be names nginx #61

Closed depohmel closed 6 years ago

depohmel commented 6 years ago

Current naming doesn't follow helm guidelines and best practices. https://docs.helm.sh/developing_charts/#the-chart-file-structure

Also, any helm cmd outside chart folder will result in error:

~/marketplace-k8s-app-example$ helm lint nginx/chart/
==> Linting nginx/chart/
[ERROR] Chart.yaml: directory name (chart) and chart name (nginx) must be the same
deustis commented 6 years ago

Thanks for reporting this! We'll get this cleaned up ASAP.