Closed depohmel closed 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
Thanks for reporting this! We'll get this cleaned up ASAP.
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: