1
0
mirror of synced 2026-03-31 22:04:20 +00:00

Use semver manifests as kustomize base

Instead of cloning the components repositories to download the base manifests, we build them in CI at release time and download them in tk install/bootstrap based on the provided semver. This speeds up the manifests generation from minutes to milliseconds.
This commit is contained in:
stefanprodan
2020-07-17 13:10:19 +03:00
parent 422724bd2d
commit b92cbcd7e7
8 changed files with 78 additions and 14 deletions

View File

@@ -59,7 +59,7 @@ tk bootstrap github [flags]
--namespace string the namespace scope for this operation (default "gitops-system")
--timeout duration timeout for this operation (default 5m0s)
--verbose print generated objects
-v, --version string toolkit tag or branch (default "master")
-v, --version string toolkit version (default "latest")
```
### SEE ALSO