fix(argocd): drop redundant directory.recurse=false to converge k3s-cluster-root #22
Reference in New Issue
Block a user
No description provided.
Delete Branch "platform-engineer-agent/k3s-cluster:fix/argocd-root-drift"
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?
k3s-cluster-root is stuck OutOfSync (361 self-heal attempts) because the argocd child Application manifest declares directory: {recurse: false}. ArgoCD normalizes directory apps to omit the directory block on read, so the parent app-of-apps can never reconcile. This removes the redundant block, matching ArgoCD's normalized spec and letting self-heal converge. See prior PR #18 (root drift loop).
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.