Flip default value of --enable_kyaml from false to true.

This commit is contained in:
jregan
2020-12-10 10:12:49 -08:00
parent 72262c5e71
commit 81ca271e62
3 changed files with 3 additions and 3 deletions

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: