From 34f44636409e37817fb3386eaac8bacc2fea9e67 Mon Sep 17 00:00:00 2001 From: planpal Date: Wed, 2 Sep 2026 13:49:10 +0700 Subject: [PATCH] drop ServerSideApply: it silently skipped app Deployments --- planpalto-helm/argocd/apps/planpal-prod.yaml | 1 - planpalto-helm/argocd/apps/planpal-staging.yaml | 3 --- 2 files changed, 4 deletions(-) diff --git a/planpalto-helm/argocd/apps/planpal-prod.yaml b/planpalto-helm/argocd/apps/planpal-prod.yaml index 7bbdbba..4c5a47a 100644 --- a/planpalto-helm/argocd/apps/planpal-prod.yaml +++ b/planpalto-helm/argocd/apps/planpal-prod.yaml @@ -26,4 +26,3 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true - - ServerSideApply=true diff --git a/planpalto-helm/argocd/apps/planpal-staging.yaml b/planpalto-helm/argocd/apps/planpal-staging.yaml index 90b2d0b..4f74cdc 100644 --- a/planpalto-helm/argocd/apps/planpal-staging.yaml +++ b/planpalto-helm/argocd/apps/planpal-staging.yaml @@ -24,6 +24,3 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true - # ClusterSecretStore is cluster-scoped; without this Argo warns about the - # missing namespace on a cluster-scoped resource. Harmless, silences it. - - ServerSideApply=true