Update argo config to ignore annotations

This commit is contained in:
dvirlabs 2025-07-01 04:19:30 +03:00
parent 793ae8afb3
commit c6cc3878ab
2 changed files with 11 additions and 11 deletions

View File

@ -16,8 +16,8 @@ spec:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated: {}
# prune: true
# selfHeal: true
# syncOptions:
# - CreateNamespace=true
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true

View File

@ -9,13 +9,13 @@ configs:
statusbadge.enabled: "false"
timeout.hard.reconciliation: 0s
timeout.reconciliation: 180s
resource.customizations: | ### ✅ נוספה שורת Ignore כללית
resource.customizations: |
apps/Deployment:
ignoreDifferences:
jsonPointers:
- /spec/template/metadata/annotations/kubectl.kubernetes.io~1restartedAt
resource.customizations.health.networking.k8s.io_Ingress: |
networking.k8s.io/Ingress:
health.lua: |
hs = {}
hs.status = "Healthy"
return hs