Replace tk sync example by tk reconcile

pull/131/head
Manuel Morejon 5 years ago
parent d245ef9b39
commit 750830c302
No known key found for this signature in database
GPG Key ID: 5A18F15839233B55

@ -53,6 +53,9 @@ 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
tk reconcile source git gitops-system
# Export GitRepository sources in YAML format # Export GitRepository sources in YAML format
tk export source git --all > sources.yaml tk export source git --all > sources.yaml

@ -24,8 +24,8 @@ 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 sync # Trigger a GitRepository source reconciliation
tk sync source git webapp-latest tk reconcile source git gitops-system
# Export GitRepository sources in YAML format # Export GitRepository sources in YAML format
tk export source git --all > sources.yaml tk export source git --all > sources.yaml

Loading…
Cancel
Save