diff --git a/crd/examples/restatecluster.pkl b/crd/examples/restatecluster.pkl index 2bdceb0..93240da 100644 --- a/crd/examples/restatecluster.pkl +++ b/crd/examples/restatecluster.pkl @@ -5,12 +5,18 @@ cluster = (RestateCluster) { name = "restate-test" } spec { + cluster { + autoProvision = true + } compute { - image = "restatedev/restate:1.4" + image = "restatedev/restate:1.6.2" } storage { storageRequestBytes = 2.gib.toUnit("b").value as Int } + config = """ + auto-provision = false + """ } } diff --git a/crd/examples/restatecluster.yaml b/crd/examples/restatecluster.yaml index fcb7490..6767688 100644 --- a/crd/examples/restatecluster.yaml +++ b/crd/examples/restatecluster.yaml @@ -6,8 +6,7 @@ spec: cluster: autoProvision: true compute: - image: restatedev/restate:1.5.6 + image: restatedev/restate:1.6.2 + config: auto-provision = false storage: storageRequestBytes: 2147483648 - config: | - auto-provision = false