Skip to content

Commit 6864e7e

Browse files
authored
Merge pull request #108 from restatedev/chore/regen-pkl
chore: regenerate manifests from pkl
2 parents 2b65f9c + 7ff2be4 commit 6864e7e

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

crd/examples/restatecluster.pkl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ cluster = (RestateCluster) {
55
name = "restate-test"
66
}
77
spec {
8+
cluster {
9+
autoProvision = true
10+
}
811
compute {
9-
image = "restatedev/restate:1.4"
12+
image = "restatedev/restate:1.6.2"
1013
}
1114
storage {
1215
storageRequestBytes = 2.gib.toUnit("b").value as Int
1316
}
17+
config = """
18+
auto-provision = false
19+
"""
1420
}
1521
}
1622

crd/examples/restatecluster.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ spec:
66
cluster:
77
autoProvision: true
88
compute:
9-
image: restatedev/restate:1.5.6
9+
image: restatedev/restate:1.6.2
10+
config: auto-provision = false
1011
storage:
1112
storageRequestBytes: 2147483648
12-
config: |
13-
auto-provision = false

0 commit comments

Comments
 (0)