Add test for issue #5131

This commit is contained in:
Anna Song
2023-06-04 05:04:52 +00:00
parent 9e42f8d57e
commit 129d0f90af
2 changed files with 41 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
# submodule
This repo demonstrates kustomize's ability to download git repos
with submodules. The following branches contain
* main: submodule via absolute path
* relative-submodule: submodule via relative path
For the submodule accessed via a relative path, we include a random hash in the
submodule name to avoid accessing an unintended directory in the case kustomize
contains loader bugs (issue #5131).