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 delete source git command"
---
## flux delete source git
Delete a GitRepository source
@@ -28,7 +31,7 @@ flux delete source git [name] [flags]
```
--context string kubernetes context to use
--kubeconfig string path to the kubeconfig file (default "~/.kube/config")
--kubeconfig string absolute path to the kubeconfig file
-n, --namespace string the namespace scope for this operation (default "flux-system")
-s, --silent delete resource without asking for confirmation
--timeout duration timeout for this operation (default 5m0s)
@@ -37,5 +40,5 @@ flux delete source git [name] [flags]
### SEE ALSO
* [flux delete source](flux_delete_source.md) - Delete sources
* [flux delete source](/cmd/flux_delete_source/) - Delete sources