1
0
mirror of synced 2026-02-06 10:55:56 +00:00

Refactor manifest generation

Signed-off-by: Philip Laine <philip.laine@xenit.se>
This commit is contained in:
Philip Laine
2020-10-28 15:47:24 +01:00
parent bd4d4d927e
commit b0d2a38ff6
9 changed files with 186 additions and 93 deletions

View File

@@ -20,10 +20,10 @@ gotk install [flags]
# Dry-run install for a specific version and a series of components
gotk install --dry-run --version=v0.0.7 --components="source-controller,kustomize-controller"
# Dry-run install with manifests preview
# Dry-run install with manifests preview
gotk install --dry-run --verbose
# Write install manifests to file
# Write install manifests to file
gotk install --export > gotk-system.yaml
```