Dashes are not allowed in the name

pull/4207/head^2
nashasha1 7 years ago committed by Sebastien Plisson
parent 73d2077ae4
commit 19785cb40d

@ -4,14 +4,14 @@ This part of the Best Practices Guide explains general conventions.
## Chart Names ## 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: Examples:
``` ```
drupal drupal
nginx-lego cluster01
aws-cluster-autoscaler 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. Neither uppercase letters nor underscores should be used in chart names. Dots should not be used in chart names.

Loading…
Cancel
Save