HI,i am trying to run neo4j on Kubernetes, i did
git clone https: //github.com/sdaschner/neo4j-helm --branch single-instance
cd neo4j-helm/
helm template graphdb --set acceptLicenseAgreement=yes --set neo4jPassword=zxc > /tmp/neo4j.yaml
kubectl apply...