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