From 24a765f2da4596cd2e13653dd5b8d914be696f16 Mon Sep 17 00:00:00 2001 From: Ichen Chhoeng Date: Wed, 29 Oct 2025 19:32:34 +0700 Subject: [PATCH] change postgres kratos to default ns --- k8s/base/postgres-kratos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/k8s/base/postgres-kratos.yml b/k8s/base/postgres-kratos.yml index 3b1285e..6c73e33 100644 --- a/k8s/base/postgres-kratos.yml +++ b/k8s/base/postgres-kratos.yml @@ -2,7 +2,8 @@ apiVersion: postgresql.cnpg.io/v1 kind: Cluster metadata: name: postgres-kratos - namespace: argocd + namespace: default + # namespace: argocd annotations: argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true spec: