Skip to content

Commit a65359d

Browse files
committed
chore: regenerate manifests from pkl
in commit c45b111 (PR #96) the yaml was hand edited, so the pkl generation has been out of sync since then. i simply re-ran it after updating the example and have committed the results. the output yaml is cosmetically different only.
1 parent 79922e1 commit a65359d

2 files changed

Lines changed: 8 additions & 3 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.5.6"
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ spec:
77
autoProvision: true
88
compute:
99
image: restatedev/restate:1.5.6
10+
config: auto-provision = false
1011
storage:
1112
storageRequestBytes: 2147483648
12-
config: |
13-
auto-provision = false

0 commit comments

Comments
 (0)