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