akuity_argocd_addon_sync
akuity argocd addon sync
Sync a addon
akuity argocd addon sync [flags]
Examples
akuity argocd addon sync \
--organization-name=<name> \
--instance-name=<name> \
<addon-id>
Options
--apply-out-of-sync-only Sync only out-of-sync resources
-l, --cluster-selector.label-filters string Cluster selector label filters
-n, --cluster-selector.name-filters string Cluster selector name filters
--create-namespace Namespace Auto-Creation ensures that namespace specified as the application destination exists in the destination cluster.
-h, --help help for sync
--instance-id string ArgoCD instance ID
--instance-name string ArgoCD instance name
--org-id string Alias for organization-id
--org-name string Alias for organization-name
--organization-id string Akuity cloud organization ID
--organization-name string Akuity cloud organization name
-o, --output string Output format. One of (json, yaml, wide) (default "wide")
-p, --propagation-policy string Specify propagation policy for deletion of application's resources. One of: foreground|background (default "foreground")
--prune Allow deleting unexpected resources
--prune-last Allow the ability for resource pruning to happen as a final, implicit wave of a sync operation
--replace Use a kubectl create/replace instead apply
--respect-ignore-diff When syncing changes, respect fields ignored by the ignoreDifferences configuration
-r, --revision string Sync to a specific revision (default "HEAD")
--server-side Use server-side apply while syncing the application
--validate disables resource validation (equivalent to 'kubectl apply --validate=false') (default true)
Options inherited from parent commands
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity
--no-color Disable colored output (default true)
--server string The server url of the Akuity cloud (default "https://akuity.cloud")
SEE ALSO
- akuity argocd addon - Interact with ArgoCD Addons