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