Add frontmatter to command documentation
Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
---
|
||||
title: "flux create source git command"
|
||||
---
|
||||
## flux create source git
|
||||
|
||||
Create or update a GitRepository source
|
||||
@@ -76,7 +79,7 @@ flux create source git [name] [flags]
|
||||
--context string kubernetes context to use
|
||||
--export export in YAML format to stdout
|
||||
--interval duration source sync interval (default 1m0s)
|
||||
--kubeconfig string path to the kubeconfig file (default "~/.kube/config")
|
||||
--kubeconfig string absolute path to the kubeconfig file
|
||||
--label strings set labels on the resource (can specify multiple labels with commas: label1=value1,label2=value2)
|
||||
-n, --namespace string the namespace scope for this operation (default "flux-system")
|
||||
--timeout duration timeout for this operation (default 5m0s)
|
||||
@@ -85,5 +88,5 @@ flux create source git [name] [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [flux create source](flux_create_source.md) - Create or update sources
|
||||
* [flux create source](/cmd/flux_create_source/) - Create or update sources
|
||||
|
||||
|
||||
Reference in New Issue
Block a user