feat(talos): Add Argo CD bootstrap patch #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/argocd-bootstrap"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This commit introduces a new Talos patch to automate the installation and bootstrapping of Argo CD on the
talos-prod-cluster.The patch (
900-cluster-argocd-bootstrap.yaml) defines a series of inline manifests:argocdnamespace.ServiceAccountandClusterRoleBindingfor the bootstrap job.Jobthat downloads and applies the stable Argo CD manifest.Applicationto sync the cluster configuration from theplatform-appsGit repository, enabling GitOps.The main cluster
template.yamlis updated to include this new bootstrap patch.