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: