Dashes are not allowed in the name

pull/4207/head
nashasha1 7 years ago committed by Sebastien Plisson
parent b1533600e6
commit e143df37d8

@ -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