Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes that automatically syncs applications from a Git repository to a cluster.
{
"argocd-integration": {
"name": "ArgoCD",
"type": "argocd",
"connector_id": "apono-connector-id",
"connected_resource_types": [
"argocd-global-role"
],
"integration_config": {
"k8s_server_url": "<Kubernetes Server URL>",
"argocd_ui_url": "<ArgoCD UI URL>",
"k8s_certificate_authority": "<Kubernetes Certificate Authority>",
"argo_namespace": "<ArgoCD Namespace>",
},
"secret_store_config": {
"name": "name_template_value",
"namespace": "namespace_template_value"
}
}
}