parent
0415d1296e
commit
3286dfb0d8
|
|
@ -146,7 +146,7 @@ func TestApply_3(t *testing.T) {
|
|||
skipNeeds: true,
|
||||
},
|
||||
files: map[string]string{
|
||||
"/path/to/helmfile.yaml": `
|
||||
"/path/to/helmfile.yaml.gotmpl": `
|
||||
{{ $mark := "a" }}
|
||||
|
||||
releases:
|
||||
|
|
@ -199,7 +199,7 @@ my-release 4 Fri Nov 1 08:40:07 2019 DEPLOYED raw-3.1.0 3.1.0 def
|
|||
skipNeeds: true,
|
||||
},
|
||||
files: map[string]string{
|
||||
"/path/to/helmfile.yaml": `
|
||||
"/path/to/helmfile.yaml.gotmpl": `
|
||||
{{ $mark := "a" }}
|
||||
|
||||
releases:
|
||||
|
|
@ -250,7 +250,7 @@ releases:
|
|||
},
|
||||
error: ``,
|
||||
files: map[string]string{
|
||||
"/path/to/helmfile.yaml": `
|
||||
"/path/to/helmfile.yaml.gotmpl": `
|
||||
{{ $mark := "a" }}
|
||||
|
||||
releases:
|
||||
|
|
@ -306,7 +306,7 @@ my-release 4 Fri Nov 1 08:40:07 2019 DEPLOYED raw-3.1.0 3.1.0 def
|
|||
},
|
||||
error: ``,
|
||||
files: map[string]string{
|
||||
"/path/to/helmfile.yaml": `
|
||||
"/path/to/helmfile.yaml.gotmpl": `
|
||||
{{ $mark := "a" }}
|
||||
|
||||
releases:
|
||||
|
|
@ -359,7 +359,7 @@ my-release 4 Fri Nov 1 08:40:07 2019 DEPLOYED raw-3.1.0 3.1.0 def
|
|||
},
|
||||
error: ``,
|
||||
files: map[string]string{
|
||||
"/path/to/helmfile.yaml": `
|
||||
"/path/to/helmfile.yaml.gotmpl": `
|
||||
{{ $mark := "a" }}
|
||||
|
||||
releases:
|
||||
|
|
|
|||
Loading…
Reference in New Issue