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