From 4a4dbb7937f900ba4df865a2d690b866da4c49ee Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 29 Dec 2025 23:00:38 +0900 Subject: [PATCH] REFACTOR(argocd): remove serversideapply - from argocd applications - Fixes OutOfSync issues caused by operator-added default values - ServerSideApply causes stricter field management that conflicts with CRD defaults --- cnpg/argocd.yaml | 1 - longhorn/argocd.yaml | 1 - postgresql/argocd/postgresql.yaml | 1 - velero/argocd.yaml | 2 -- 4 files changed, 5 deletions(-) diff --git a/cnpg/argocd.yaml b/cnpg/argocd.yaml index 3a72d11..b9d675c 100644 --- a/cnpg/argocd.yaml +++ b/cnpg/argocd.yaml @@ -29,7 +29,6 @@ spec: - CreateNamespace=true - PrunePropagationPolicy=foreground - PruneLast=true - - ServerSideApply=true retry: limit: 5 backoff: diff --git a/longhorn/argocd.yaml b/longhorn/argocd.yaml index a45eaf2..a300e13 100644 --- a/longhorn/argocd.yaml +++ b/longhorn/argocd.yaml @@ -34,7 +34,6 @@ spec: - PrunePropagationPolicy=foreground - PruneLast=true - RespectIgnoreDifferences=true - - ServerSideApply=true retry: limit: 5 backoff: diff --git a/postgresql/argocd/postgresql.yaml b/postgresql/argocd/postgresql.yaml index 2ce9ff7..46ed9dc 100644 --- a/postgresql/argocd/postgresql.yaml +++ b/postgresql/argocd/postgresql.yaml @@ -27,7 +27,6 @@ spec: - CreateNamespace=true - PrunePropagationPolicy=foreground - PruneLast=true - - ServerSideApply=true retry: limit: 5 diff --git a/velero/argocd.yaml b/velero/argocd.yaml index 062df69..4954b7f 100644 --- a/velero/argocd.yaml +++ b/velero/argocd.yaml @@ -33,7 +33,6 @@ spec: - CreateNamespace=true - PrunePropagationPolicy=foreground - PruneLast=true - - ServerSideApply=true retry: limit: 5 backoff: @@ -115,7 +114,6 @@ spec: - CreateNamespace=true - PrunePropagationPolicy=foreground - PruneLast=true - - ServerSideApply=true retry: limit: 5 backoff: