From 3f18a3cdf843bded6cc9ba1f1fa7a4bfadf5786b Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 25 Dec 2025 18:50:46 +0900 Subject: [PATCH] FEAT(repo): enhance syncPolicy and ignoreDiff for StatefulSet - Add enhanced sync policy - Configure ignoreDifferences for StatefulSet --- falco/argocd/falco.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/falco/argocd/falco.yaml b/falco/argocd/falco.yaml index 313258d..defde8f 100644 --- a/falco/argocd/falco.yaml +++ b/falco/argocd/falco.yaml @@ -98,6 +98,7 @@ spec: - PruneLast=true - ServerSideApply=true - RespectIgnoreDifferences=true + - ApplyOutOfSyncOnly=true retry: limit: 5 @@ -111,7 +112,14 @@ spec: ignoreDifferences: - group: apps kind: StatefulSet + name: falco-falcosidekick-ui-redis jsonPointers: - /spec/persistentVolumeClaimRetentionPolicy + jqPathExpressions: + - .spec.persistentVolumeClaimRetentionPolicy + - group: apps + kind: StatefulSet + managedFieldsManagers: + - kube-controller-manager revisionHistoryLimit: 10