mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Merge pull request #691 from monopole/fix606
Don't force all config to be explicit.
This commit is contained in:
@@ -28,10 +28,10 @@ type Factory struct {
|
|||||||
ldr ifc.Loader
|
ldr ifc.Loader
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO(#6060) Maybe switch to the false path permanently
|
// TODO(#606): Setting this to false satisfies the feature
|
||||||
// (desired by #606), or expose this as a new customization
|
// request in 606. The todo is to delete the non-active
|
||||||
// directive.
|
// code path in a subsequent PR.
|
||||||
const demandExplicitConfig = true
|
const demandExplicitConfig = false
|
||||||
|
|
||||||
func MakeTransformerConfig(
|
func MakeTransformerConfig(
|
||||||
ldr ifc.Loader, paths []string) (*TransformerConfig, error) {
|
ldr ifc.Loader, paths []string) (*TransformerConfig, error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user