forked from kubernetes-sigs/kustomize
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for issue kubernetes-sigs#5131
- Loading branch information
1 parent
0add0f9
commit 077c2b4
Showing
2 changed files
with
35 additions
and
4 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). |