mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-10 06:00:04 +00:00
Add recurse submodules arg to create source git cmd
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
8f0cd35d7a
commit
18c3f79319
3 changed files with 11 additions and 2 deletions
3
.github/workflows/e2e.yaml
vendored
3
.github/workflows/e2e.yaml
vendored
|
|
@ -188,7 +188,8 @@ jobs:
|
|||
run: |
|
||||
/tmp/flux create source git flux-system \
|
||||
--url=https://github.com/fluxcd/flux2-kustomize-helm-example \
|
||||
--branch=main
|
||||
--branch=main \
|
||||
--recurse-submodules
|
||||
/tmp/flux create kustomization flux-system \
|
||||
--source=flux-system \
|
||||
--path=./clusters/staging
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue