Set FlagEnableKyamlDefaultValue = true

This commit is contained in:
jregan
2020-12-29 08:17:45 -08:00
parent f30fea4c07
commit e2806a09fd

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: