ArgoCD is a declarative, GitOps continuous delivery tool for Kubernetes.
ArgoCD follows the GitOps pattern of using Git repositories as the source of truth for defining the desired application state. Kubernetes manifests can be specified in several ways:
For more information on the ArgoCD, please refer to the official documentation
ArgoCD is available as part of the KKP’s default application catalog. It can be deployed to the user cluster either during the cluster creation or after the cluster is ready(existing cluster) from the Applications tab via UI.
-> Next
button.+ Add Application
to deploy the ArgoCD application to the user cluster.To further configure the values.yaml, find more information on the ArgoCD Helm chart documentation