Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-26-2022 12:22 PM
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"
08-29-2022 06:26 AM
@sarathm you specified the name of an image pull seret in your values.yaml. It looks like you did not create that secret. Here's a link that explains how to do that: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
08-29-2022 08:28 AM
Thanks for the update. Secret was created and I verified the info. The error is fixed when I added image credentials details in the values.yaml file
All the sessions of the conference are now available online