Hi,
I am installing Neo4j 4.4.4 using the steps provided to deploy casual cluster in Azure Kubernetes Service.
I am following the steps mentioned in
Quickstart: Deploy a cluster - Operations Manual (neo4j.com)
While running a command
helm install core-1 neo4j/neo4j-cluster-core -f values1.yaml
I am getting an error as
install.go:172: [debug] Original chart version: ""
install.go:189: [debug] CHART PATH: /home/amit/.cache/helm/repository/neo4j-cluster-core-4.4.4.tgz
Error: parse error at (neo4j-cluster-core/templates/neo4j-imagePullSecret.yaml:10): function "all" not defined
helm.go:81: [debug] parse error at (neo4j-cluster-core/templates/neo4j-imagePullSecret.yaml:10): function "all" not defined
Can anyone please let me know what am I missing here?
Thanks
Amit Pawar.