mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Apply suggestions from code review
Co-authored-by: Steven E. Harris <seh@panix.com>
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user