Apply suggestions from code review

Co-authored-by: Steven E. Harris <seh@panix.com>
This commit is contained in:
Devon Mizelle
2021-05-17 12:18:33 -04:00
committed by GitHub
parent df10d5a17d
commit 73da51d0ac
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ type HelmChart struct {
// Defaults to 'override'.
ValuesMerge string `json:"valuesMerge,omitempty" yaml:"valuesMerge,omitempty"`
// InstallCRDs specifies if Helm should also generate CustomResourceDefinitions.
// IncludeCRDs specifies if Helm should also generate CustomResourceDefinitions.
// Defaults to 'false'.
IncludeCRDs bool `json:"includeCRDs,omitempty" yaml:"includeCRDs,omitempty"`
}

View File

@@ -108,7 +108,7 @@ The `valuesInline` field overrides some native chart values.
The `includeCRDs` field instructs Helm to generate
`CustomResourceDefinitions`.
See the [Helm docs for further info](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/)
See [the Helm documentation](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/) for details.
Check the directory layout: