create_application
Create and manage ArgoCD applications by specifying details such as name, project, repository URL, and destination server. Automate sync, prune resources, and enable self-healing for efficient deployment.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
automated_sync | No | ||
dest_namespace | Yes | ||
dest_server | Yes | ||
name | Yes | ||
namespace | No | ||
path | Yes | ||
project | Yes | ||
prune | No | ||
repo_url | Yes | ||
revision | No | HEAD | |
self_heal | No | ||
upsert | No | ||
validate | No |