diff --git a/modules/ROOT/pages/kubernetes/operations/scaling.adoc b/modules/ROOT/pages/kubernetes/operations/scaling.adoc index fa70413b7..d1b39ff26 100644 --- a/modules/ROOT/pages/kubernetes/operations/scaling.adoc +++ b/modules/ROOT/pages/kubernetes/operations/scaling.adoc @@ -150,7 +150,7 @@ helm install server4 neo4j --set neo4j.edition=enterprise --set neo4j.acceptLice * Use a _values.yaml_ file to set the values for the new server and the _neo4j/neo4j_ Helm chart to install the new server. + -.. Ensure that the `neo4j.name` value is the same as your existing cluster and the neo4j.operations.enableServer is set to `true`. +.. Ensure that the `neo4j.name` value is the same as your existing cluster and the `neo4j.operations.enableServer` is set to `true`. + [source, yaml] ---- @@ -174,7 +174,7 @@ volumes: storageClassName: premium-rwo operations: - enableServer: false + enableServer: true image: "neo4j/helm-charts-operations:5.20.0" # protocol can be "neo4j or "neo4j+ssc" or "neo4j+s". Default set to neo4j # Note: Do not specify bolt protocol here...it will FAIL.