Set FlagEnableKyamlDefaultValue = false for v3.8.9

In the 3.8 branch, this is false.  In the 3.9 branch, it's true.
This commit is contained in:
Jeff Regan
2020-12-28 13:32:56 -08:00
committed by GitHub
parent 979fe3b457
commit d181a73f56

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 = true
FlagEnableKyamlDefaultValue = false
// An environment variable to consult for kustomization
// configuration data. See: