1
0
mirror of synced 2026-03-31 05:54:20 +00:00

Add -n shorthand for namespace flag

This commit is contained in:
stefanprodan
2020-09-16 14:07:02 +03:00
parent 0b14328024
commit fafcf09570
50 changed files with 52 additions and 55 deletions

View File

@@ -74,7 +74,7 @@ gotk create source git [name] [flags]
--interval duration source sync interval (default 1m0s)
--kubeconfig string path to the kubeconfig file (default "~/.kube/config")
--label strings set labels on the resource (can specify multiple labels with commas: label1=value1,label2=value2)
--namespace string the namespace scope for this operation (default "gitops-system")
-n, --namespace string the namespace scope for this operation (default "gitops-system")
--timeout duration timeout for this operation (default 5m0s)
--verbose print generated objects
```