mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 17:52:12 +00:00
Merge pull request #721 from Liujingfang1/filename
support different filenames for kustomization file
This commit is contained in:
@@ -162,7 +162,7 @@ func TestGitLoader(t *testing.T) {
|
||||
fSys.MkdirAll(coRoot)
|
||||
fSys.MkdirAll(coRoot + "/" + pathInRepo)
|
||||
fSys.WriteFile(
|
||||
coRoot+"/"+pathInRepo+"/"+constants.KustomizationFileName,
|
||||
coRoot+"/"+pathInRepo+"/"+constants.KustomizationFileNames[0],
|
||||
[]byte(`
|
||||
whatever
|
||||
`))
|
||||
|
||||
Reference in New Issue
Block a user