diff --git a/pkg/chartutil/create.go b/pkg/chartutil/create.go index 319a75e2f..838c7845d 100644 --- a/pkg/chartutil/create.go +++ b/pkg/chartutil/create.go @@ -93,6 +93,10 @@ nodeSelector: {} tolerations: [] affinity: {} + +# Override chart app names with caution, here be dragons! +nameOverride: "" +fullnameOverride: "" ` const defaultIgnore = `# Patterns to ignore when building packages.