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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user