mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user