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

Add log level flag

This commit is contained in:
stefanprodan
2020-09-14 12:35:24 +03:00
parent 97ff225bc0
commit 2bac5aabee
9 changed files with 43 additions and 7 deletions

View File

@@ -62,6 +62,7 @@ gotk bootstrap github [flags]
--components strings list of components, accepts comma-separated values (default [source-controller,kustomize-controller,helm-controller,notification-controller])
--image-pull-secret string Kubernetes secret name used for pulling the toolkit images from a private registry
--kubeconfig string path to the kubeconfig file (default "~/.kube/config")
--log-level string set the controllers log level (default "info")
--namespace string the namespace scope for this operation (default "gitops-system")
--registry string container registry where the toolkit images are published (default "ghcr.io/fluxcd")
--timeout duration timeout for this operation (default 5m0s)