mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-14 07:46:51 +00:00
Refactor manifest generation
Signed-off-by: Philip Laine <philip.laine@xenit.se>
This commit is contained in:
parent
bd4d4d927e
commit
b0d2a38ff6
9 changed files with 186 additions and 93 deletions
|
|
@ -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
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue