From c6cc3878abd79a2e62251d8e4ce8988fc6946aa3 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Tue, 1 Jul 2025 04:19:30 +0300 Subject: [PATCH] Update argo config to ignore annotations --- argocd-apps/argocd.yaml | 10 +++++----- manifests/argocd/values.yaml | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/argocd-apps/argocd.yaml b/argocd-apps/argocd.yaml index bd11370..421be37 100644 --- a/argocd-apps/argocd.yaml +++ b/argocd-apps/argocd.yaml @@ -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 diff --git a/manifests/argocd/values.yaml b/manifests/argocd/values.yaml index 66bfdf4..fe2ce2f 100644 --- a/manifests/argocd/values.yaml +++ b/manifests/argocd/values.yaml @@ -9,16 +9,16 @@ 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: | - hs = {} - hs.status = "Healthy" - return hs + networking.k8s.io/Ingress: + health.lua: | + hs = {} + hs.status = "Healthy" + return hs oidc.config: | name: Keycloak issuer: https://keycloak.dvirlabs.com/realms/lab