diff --git a/api/types/helmchartargs.go b/api/types/helmchartargs.go index 5f4fc622d..c0fff2457 100644 --- a/api/types/helmchartargs.go +++ b/api/types/helmchartargs.go @@ -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"` } diff --git a/examples/chart.md b/examples/chart.md index fcaa94021..0e84074b7 100644 --- a/examples/chart.md +++ b/examples/chart.md @@ -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: