mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
Retain replicas field in edit marshal path
This commit is contained in:
@@ -67,6 +67,7 @@ func determineFieldOrder() []string {
|
||||
"GeneratorOptions",
|
||||
"Vars",
|
||||
"Images",
|
||||
"Replicas",
|
||||
"Configurations",
|
||||
"Generators",
|
||||
"Transformers",
|
||||
|
||||
@@ -46,6 +46,7 @@ func TestFieldOrder(t *testing.T) {
|
||||
"GeneratorOptions",
|
||||
"Vars",
|
||||
"Images",
|
||||
"Replicas",
|
||||
"Configurations",
|
||||
"Generators",
|
||||
"Transformers",
|
||||
|
||||
Reference in New Issue
Block a user