Add frontmatter to command documentation
Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
---
|
||||
title: "flux bootstrap github command"
|
||||
---
|
||||
## flux bootstrap github
|
||||
|
||||
Bootstrap toolkit components in a GitHub repository
|
||||
@@ -67,7 +70,7 @@ flux bootstrap github [flags]
|
||||
--components-extra strings list of components in addition to those supplied or defaulted, accepts comma-separated values
|
||||
--context string kubernetes context to use
|
||||
--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")
|
||||
--kubeconfig string absolute path to the kubeconfig file
|
||||
--log-level logLevel log level, available options are: (debug, info, error) (default info)
|
||||
-n, --namespace string the namespace scope for this operation (default "flux-system")
|
||||
--network-policy deny ingress access to the toolkit controllers from other namespaces using network policies (default true)
|
||||
@@ -82,5 +85,5 @@ flux bootstrap github [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [flux bootstrap](flux_bootstrap.md) - Bootstrap toolkit components
|
||||
* [flux bootstrap](/cmd/flux_bootstrap/) - Bootstrap toolkit components
|
||||
|
||||
|
||||
Reference in New Issue
Block a user