parent
fd022fded2
commit
f646fca135
|
|
@ -470,7 +470,7 @@ my-release 4 Fri Nov 1 08:40:07 2019 DEPLOYED raw-3.1.0 3.1.0 def
|
||||||
},
|
},
|
||||||
error: ``,
|
error: ``,
|
||||||
files: map[string]string{
|
files: map[string]string{
|
||||||
"/path/to/helmfile.yaml": `
|
"/path/to/helmfile.yaml.gotmpl": `
|
||||||
{{ $mark := "a" }}
|
{{ $mark := "a" }}
|
||||||
|
|
||||||
releases:
|
releases:
|
||||||
|
|
@ -517,7 +517,7 @@ serviceC 4 Fri Nov 1 08:40:07 2019 DEPLOYED chart-3.1.0 3.1.0 def
|
||||||
t.Run("bad --selector", func(t *testing.T) {
|
t.Run("bad --selector", func(t *testing.T) {
|
||||||
check(t, testcase{
|
check(t, testcase{
|
||||||
files: map[string]string{
|
files: map[string]string{
|
||||||
"/path/to/helmfile.yaml": `
|
"/path/to/helmfile.yaml.gotmpl": `
|
||||||
{{ $mark := "a" }}
|
{{ $mark := "a" }}
|
||||||
|
|
||||||
releases:
|
releases:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue