Set FlagEnableKyamlDefaultValue = true

This commit is contained in:
Jeff Regan
2021-02-06 08:31:12 -08:00
committed by GitHub
parent 55d8cb3d3a
commit 9f1ef993a1

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: