Merge pull request #4379 from nashasha1/fix/dash-in-name

Dashes are not allowed in the name
pull/4383/head
Matthew Fisher 7 years ago committed by GitHub
commit 3bd07d3e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,14 +4,14 @@ This part of the Best Practices Guide explains general conventions.
## Chart Names
Chart names should be lower case letters and numbers. Words _may_ be separated with dashes (-):
Chart names should be lower case letters and numbers. Dashes (-) are not allowed:
Examples:
```
drupal
nginx-lego
aws-cluster-autoscaler
cluster01
aws-cluster-autoscaler #incorrect do not use dashes in the name
```
Neither uppercase letters nor underscores should be used in chart names. Dots should not be used in chart names.

Loading…
Cancel
Save