Merge pull request #3408 from monopole/enableKyamlForApiv0.7.1

Set FlagEnableKyamlDefaultValue = true
This commit is contained in:
Jeff Regan
2020-12-29 08:36:33 -08:00
committed by GitHub

View File

@@ -43,7 +43,7 @@ const (
// Historically, tests passed for enable_kyaml == false, i.e. using
// apimachinery libs. This doesn't mean the code was better, it just
// means regression tests preserved those outcomes.
FlagEnableKyamlDefaultValue = false
FlagEnableKyamlDefaultValue = true
// An environment variable to consult for kustomization
// configuration data. See: