From 5286d4637cc49fce8c2173b91cbceb94bd1242af Mon Sep 17 00:00:00 2001 From: Ichen Chhoeng Date: Wed, 29 Oct 2025 17:19:52 +0700 Subject: [PATCH] update postgres ns --- k8s/base/postgres-dotnet.yml | 1 + k8s/base/postgres-kratos.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/k8s/base/postgres-dotnet.yml b/k8s/base/postgres-dotnet.yml index be017b2..df7f381 100644 --- a/k8s/base/postgres-dotnet.yml +++ b/k8s/base/postgres-dotnet.yml @@ -2,6 +2,7 @@ apiVersion: postgresql.cnpg.io/v1 kind: Cluster metadata: name: postgres-dotnet + namespace: argocd annotations: argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true spec: diff --git a/k8s/base/postgres-kratos.yml b/k8s/base/postgres-kratos.yml index 436a988..3b1285e 100644 --- a/k8s/base/postgres-kratos.yml +++ b/k8s/base/postgres-kratos.yml @@ -2,6 +2,7 @@ apiVersion: postgresql.cnpg.io/v1 kind: Cluster metadata: name: postgres-kratos + namespace: argocd annotations: argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true spec: