mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 07:31:47 +00:00
Replace tab by space
This commit is contained in:
parent
750830c302
commit
ffd4784916
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ var rootCmd = &cobra.Command{
|
||||||
# List GitRepository sources and their status
|
# List GitRepository sources and their status
|
||||||
tk get sources git
|
tk get sources git
|
||||||
|
|
||||||
# Trigger a GitRepository source reconciliation
|
# Trigger a GitRepository source reconciliation
|
||||||
tk reconcile source git gitops-system
|
tk reconcile source git gitops-system
|
||||||
|
|
||||||
# Export GitRepository sources in YAML format
|
# Export GitRepository sources in YAML format
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ Command line utility for assembling Kubernetes CD pipelines the GitOps way.
|
||||||
# List GitRepository sources and their status
|
# List GitRepository sources and their status
|
||||||
tk get sources git
|
tk get sources git
|
||||||
|
|
||||||
# Trigger a GitRepository source reconciliation
|
# Trigger a GitRepository source reconciliation
|
||||||
tk reconcile source git gitops-system
|
tk reconcile source git gitops-system
|
||||||
|
|
||||||
# Export GitRepository sources in YAML format
|
# Export GitRepository sources in YAML format
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue