diff --git a/modules/ROOT/pages/kubernetes/quickstart-cluster/access-inside-k8s.adoc b/modules/ROOT/pages/kubernetes/quickstart-cluster/access-inside-k8s.adoc index 09290fe5d..42e74e83a 100644 --- a/modules/ROOT/pages/kubernetes/quickstart-cluster/access-inside-k8s.adoc +++ b/modules/ROOT/pages/kubernetes/quickstart-cluster/access-inside-k8s.adoc @@ -199,7 +199,7 @@ The drivers will use them to obtain the initial routing table. + [source, shell, subs="attributes"] ---- -kubectl run --rm -it --namespace "neo4j" --image "neo4j:{neo4j-version-exact}-enterprise"cypher-shell -- cypher-shell -a \ "neo4j://my-cluster-headless.neo4j.svc.cluster.local:7687" -u neo4j -p "my-password" +kubectl run --rm -it --namespace "neo4j" --image "neo4j:{neo4j-version-exact}-enterprise" cypher-shell -- cypher-shell -a "neo4j://my-cluster-headless.neo4j.svc.cluster.local:7687" -u neo4j -p "my-password" ---- + [source, result, subs="attributes", role=nocopy]