1
0
mirror of synced 2026-04-01 14:19:30 +00:00

Add frontmatter to command documentation

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals
2021-03-23 00:15:48 +01:00
parent bd41406aaa
commit 998f0c7d53
118 changed files with 777 additions and 372 deletions

View File

@@ -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