mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 10:00:56 +00:00
Enable validation using function config schema from KRMFunctionDefinition
This commit is contained in:
@@ -33,7 +33,7 @@ func buildProcessor(value *string) framework.ResourceListProcessor {
|
||||
}},
|
||||
// This will be populated from the --value flag if provided,
|
||||
// or the config file's `value` field if provided, with the latter taking precedence.
|
||||
TemplateData: struct {
|
||||
TemplateData: &struct {
|
||||
Value *string `yaml:"value"`
|
||||
}{Value: value}}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user