mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-29 09:40:49 +00:00
Merge pull request #3870 from Shell32-Natsu/fix-image-helm
add helm fields to ordered fields
This commit is contained in:
@@ -53,6 +53,8 @@ func determineFieldOrder() []string {
|
||||
"Patches",
|
||||
"ConfigMapGenerator",
|
||||
"SecretGenerator",
|
||||
"HelmCharts",
|
||||
"HelmChartInflationGenerator",
|
||||
"GeneratorOptions",
|
||||
"Vars",
|
||||
"Images",
|
||||
|
||||
@@ -35,6 +35,8 @@ func TestFieldOrder(t *testing.T) {
|
||||
"Patches",
|
||||
"ConfigMapGenerator",
|
||||
"SecretGenerator",
|
||||
"HelmCharts",
|
||||
"HelmChartInflationGenerator",
|
||||
"GeneratorOptions",
|
||||
"Vars",
|
||||
"Images",
|
||||
|
||||
Reference in New Issue
Block a user