From d06f8e57214d394d7cab1e9e8d7e0ede6ac80279 Mon Sep 17 00:00:00 2001 From: Ichen Chhoeng Date: Tue, 28 Oct 2025 16:06:39 +0700 Subject: [PATCH] skip validation on missing crd --- k8s/base/postgres-dotnet.yml | 2 ++ k8s/base/postgres-kratos.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/k8s/base/postgres-dotnet.yml b/k8s/base/postgres-dotnet.yml index 175ae22..be017b2 100644 --- a/k8s/base/postgres-dotnet.yml +++ b/k8s/base/postgres-dotnet.yml @@ -2,6 +2,8 @@ apiVersion: postgresql.cnpg.io/v1 kind: Cluster metadata: name: postgres-dotnet + annotations: + argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true spec: instances: 1 bootstrap: diff --git a/k8s/base/postgres-kratos.yml b/k8s/base/postgres-kratos.yml index a065c17..436a988 100644 --- a/k8s/base/postgres-kratos.yml +++ b/k8s/base/postgres-kratos.yml @@ -2,6 +2,8 @@ apiVersion: postgresql.cnpg.io/v1 kind: Cluster metadata: name: postgres-kratos + annotations: + argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true spec: instances: 1 bootstrap: