Trying to install a standalone server for neo4j using helm charts, But the neo4j-imagePullSecret.yaml template is failing with below error.
executing "neo4j-standalone/templates/neo4j-imagePullSecret.yaml" at <fail (printf "No docker-registry secret exists for imagePullSecret \"%s\" in the cluster. \n Missing imageCredential entry for \"%s\"" $imagePullSecret $imagePullSecret)>: error calling fail: No docker-registry secret exists for imagePullSecret "test-secret-dev" in the cluster.
Below are the values I passed in override values.yaml
image:
imagePullPolicy: Always
customImage: My Image Registry
imagePullSecrets:
- "test-secret-dev"