mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user