fix(argocd): disable automated sync on cert-manager-issuers — directory.include renders empty, automated prune was wiping ClusterIssuers + homelab-ca ConfigMaps; manual sync until render root-caused

This commit is contained in:
Story Crater Bot
2026-08-12 13:28:24 -07:00
parent e4bbec95fb
commit f53d54cba9
+6 -3
View File
@@ -95,9 +95,12 @@ spec:
server: https://kubernetes.default.svc
namespace: cert-manager
syncPolicy:
automated:
prune: true
selfHeal: true
# automated sync intentionally disabled: ArgoCD directory.include renders
# this app's resources as EMPTY (root cause under investigation), so an
# automated prune wipes the ClusterIssuers + homelab-ca ConfigMaps. Keep
# manual until the render is fixed, then restore prune/selfHeal.
syncOptions:
- CreateNamespace=true
---
# Consolidated: wildcard-cert + homelab-ingress → ingress-config
# Manages both the wildcard TLS certificate and all Ingress rules.