1
0
mirror of synced 2026-03-31 14:04:19 +00:00

Refactor defaults

- add dedicated components flag for bootstrap/install/check
- extract defaults to vars
- update CLI docs
This commit is contained in:
stefanprodan
2020-07-14 11:02:37 +03:00
parent 43cfc55368
commit e180611024
38 changed files with 184 additions and 200 deletions

View File

@@ -19,12 +19,11 @@ tk delete source git [name] [flags]
### Options inherited from parent commands
```
--components strings list of components, accepts comma-separated values (default [source-controller,kustomize-controller,helm-controller,notification-controller])
--kubeconfig string path to the kubeconfig file (default "~/.kube/config")
--namespace string the namespace scope for this operation (default "gitops-system")
-s, --silent delete resource without asking for confirmation
--timeout duration timeout for this operation (default 5m0s)
--verbose print generated objects
--kubeconfig string path to the kubeconfig file (default "~/.kube/config")
--namespace string the namespace scope for this operation (default "gitops-system")
-s, --silent delete resource without asking for confirmation
--timeout duration timeout for this operation (default 5m0s)
--verbose print generated objects
```
### SEE ALSO