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 server: https://kubernetes.default.svc
namespace: cert-manager namespace: cert-manager
syncPolicy: syncPolicy:
automated: # automated sync intentionally disabled: ArgoCD directory.include renders
prune: true # this app's resources as EMPTY (root cause under investigation), so an
selfHeal: true # 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 # Consolidated: wildcard-cert + homelab-ingress → ingress-config
# Manages both the wildcard TLS certificate and all Ingress rules. # Manages both the wildcard TLS certificate and all Ingress rules.