Skip to main content

akuity_argocd_addon_update

akuity argocd addon update

Update a addon

akuity argocd addon update [flags]

Examples

akuity argocd addon update \
--organization-name=<name> \
--instance-name=<name> \
<addon-id>

Options

      --apply-out-of-sync-only                  Sync only out-of-sync resources
--auto-heal Set self healing when sync is automated
--auto-sync Auto sync policy
-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.
--disable Disable addon
--enable Enable addon
-h, --help help for update
--instance-id string ArgoCD instance ID
--instance-name string ArgoCD instance name
--name-template string Name tempate
--namespace-template string Namespace tempate
--non-cascade Perform a non cascaded deletion of all application resources
--on-conflict-action string On conflict action (One of skip,overwrite) (default "overwrite")
--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")
--project-template string Project tempate
-p, --propagation-policy string Specify propagation policy for deletion of application's resources. One of: foreground|background (default "foreground")
--prune-last Allow the ability for resource pruning to happen as a final, implicit wave of a sync operation
--prune-resources Set automatic pruning when sync is automated
--replace Use a kubectl create/replace instead apply
--respect-ignore-diff When syncing changes, respect fields ignored by the ignoreDifferences configuration
--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