Commit a6571067 authored by nashasha1's avatar nashasha1
Browse files

Dashes are not allowed in the name

Showing with 3 additions and 3 deletions
+3 -3
...@@ -4,14 +4,14 @@ This part of the Best Practices Guide explains general conventions. ...@@ -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.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment