-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5189 from annasong20/test-relative-submodules
Add test for issue #5131
- Loading branch information
Showing
2 changed files
with
41 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |