Skip to content

Commit d79cd5d

Browse files
Add missing property in the YAML file examples (#2557)
1 parent ccdf037 commit d79cd5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/ROOT/pages/kubernetes/quickstart-cluster/create-value-file.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ neo4j:
117117
cpu: "0.5"
118118
memory: "2Gi"
119119
password: "my-password"
120+
edition: "enterprise"
120121
acceptLicenseAgreement: "yes"
121122
122123
volumes:
@@ -140,6 +141,7 @@ neo4j:
140141
cpu: "0.5"
141142
memory: "2Gi"
142143
password: "my-password"
144+
edition: "enterprise"
143145
acceptLicenseAgreement: "yes"
144146
145147
volumes:

0 commit comments

Comments
 (0)