GitOps Sync Policies

Installation
SKILL.md

GitOps Sync Policies

ArgoCD Sync Policies

Automated Sync

syncPolicy:
  automated:
    prune: true # Delete resources removed from Git
    selfHeal: true # Reconcile manual changes
    allowEmpty: false # Prevent empty sync

Manual Sync

Installs
GitHub Stars
6
First Seen
GitOps Sync Policies — kmshihab7878/claude-code-setup