Set FlagEnableKyamlDefaultValue = false

This commit is contained in:
Jeff Regan
2021-02-06 07:16:55 -08:00
committed by GitHub
parent af32126e80
commit 386d10834b

View File

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