1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Replace tk sync example by tk reconcile

This commit is contained in:
Manuel Morejon
2020-07-26 00:24:58 +02:00
parent d245ef9b39
commit 750830c302
2 changed files with 6 additions and 3 deletions

View File

@@ -53,6 +53,9 @@ var rootCmd = &cobra.Command{
# List GitRepository sources and their status
tk get sources git
# Trigger a GitRepository source reconciliation
tk reconcile source git gitops-system
# Export GitRepository sources in YAML format
tk export source git --all > sources.yaml

View File

@@ -24,8 +24,8 @@ Command line utility for assembling Kubernetes CD pipelines the GitOps way.
# List GitRepository sources and their status
tk get sources git
# Trigger a GitRepository source sync
tk sync source git webapp-latest
# Trigger a GitRepository source reconciliation
tk reconcile source git gitops-system
# Export GitRepository sources in YAML format
tk export source git --all > sources.yaml