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
|
kind: Cluster
|
||||||
metadata:
|
metadata:
|
||||||
name: postgres-dotnet
|
name: postgres-dotnet
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
|
||||||
spec:
|
spec:
|
||||||
instances: 1
|
instances: 1
|
||||||
bootstrap:
|
bootstrap:
|
||||||
|
|||||||
@ -2,6 +2,8 @@ apiVersion: postgresql.cnpg.io/v1
|
|||||||
kind: Cluster
|
kind: Cluster
|
||||||
metadata:
|
metadata:
|
||||||
name: postgres-kratos
|
name: postgres-kratos
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
|
||||||
spec:
|
spec:
|
||||||
instances: 1
|
instances: 1
|
||||||
bootstrap:
|
bootstrap:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user