mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 09:24:23 +00:00
Make a secret factory.
This commit is contained in:
@@ -136,7 +136,7 @@ func TestConstructConfigMap(t *testing.T) {
|
||||
for _, tc := range testCases {
|
||||
// TODO: all tests should use a FakeFs
|
||||
fSys := fs.MakeRealFS()
|
||||
f := NewConfigMapFactory(&tc.input, fSys, nil)
|
||||
f := NewConfigMapFactory(&tc.input, nil, fSys)
|
||||
cm, err := f.MakeConfigMap1()
|
||||
if err != nil {
|
||||
t.Fatalf("unexpected error: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user