skip validation on missing crd
This commit is contained in:
parent
2b3b4f1059
commit
d06f8e5721
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user