mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Rename examples dir to examplelayout.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
description: simple
|
description: simple
|
||||||
args: []
|
args: []
|
||||||
filename: ../examples/simple/instances/exampleinstance/
|
filename: ../examplelayout/simple/instances/exampleinstance/
|
||||||
expectedStdout: testdata/testcase-simple/expected.yaml
|
expectedStdout: testdata/testcase-simple/expected.yaml
|
||||||
expectedDiff: testdata/testcase-simple/expected.diff
|
expectedDiff: testdata/testcase-simple/expected.diff
|
||||||
|
|||||||
@@ -141,7 +141,7 @@ func TestConstructConfigMap(t *testing.T) {
|
|||||||
input: types.ConfigMapArgs{
|
input: types.ConfigMapArgs{
|
||||||
Name: "envConfigMap",
|
Name: "envConfigMap",
|
||||||
DataSources: types.DataSources{
|
DataSources: types.DataSources{
|
||||||
EnvSource: "../examples/simple/instances/exampleinstance/configmap/app.env",
|
EnvSource: "../examplelayout/simple/instances/exampleinstance/configmap/app.env",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
expected: makeEnvConfigMap("envConfigMap"),
|
expected: makeEnvConfigMap("envConfigMap"),
|
||||||
@@ -151,7 +151,7 @@ func TestConstructConfigMap(t *testing.T) {
|
|||||||
input: types.ConfigMapArgs{
|
input: types.ConfigMapArgs{
|
||||||
Name: "fileConfigMap",
|
Name: "fileConfigMap",
|
||||||
DataSources: types.DataSources{
|
DataSources: types.DataSources{
|
||||||
FileSources: []string{"../examples/simple/instances/exampleinstance/configmap/app-init.ini"},
|
FileSources: []string{"../examplelayout/simple/instances/exampleinstance/configmap/app-init.ini"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
expected: makeFileConfigMap("fileConfigMap"),
|
expected: makeFileConfigMap("fileConfigMap"),
|
||||||
|
|||||||
Reference in New Issue
Block a user