mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 09:02:53 +00:00
add set image command
This commit is contained in:
@@ -66,6 +66,7 @@ func determineFieldOrder() []string {
|
||||
"SecretGenerator",
|
||||
"GeneratorOptions",
|
||||
"Vars",
|
||||
"Images",
|
||||
"ImageTags",
|
||||
"Configurations",
|
||||
}
|
||||
|
||||
@@ -44,6 +44,7 @@ func TestFieldOrder(t *testing.T) {
|
||||
"SecretGenerator",
|
||||
"GeneratorOptions",
|
||||
"Vars",
|
||||
"Images",
|
||||
"ImageTags",
|
||||
"Configurations",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user