1
0
mirror of synced 2026-02-22 16:56:56 +00:00

add guide on how to onboard private Git repositories, with examples. Link to new docs from FAQ and installation guide.

Signed-off-by: CS Jiang <christinesjiang@gmail.com>
This commit is contained in:
CS Jiang
2021-04-26 22:23:49 -04:00
parent 6a37649ee6
commit 01647d57a5
3 changed files with 121 additions and 0 deletions

View File

@@ -167,6 +167,11 @@ The behavior of Kustomize used by the controller is currently configured as foll
it runs `kustomize` locally or in CI with the same set of flags as
the controller and validates the output using `kubeval`.
## Git questions
### How do I onboard a private Git repository?
For instructions on using private Git repositories, see [onboarding private repositories](onboarding-private-repositories.md).
## Helm questions
### How to debug "not ready" errors?