You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2023. It is now read-only.
I've written graph initialisation groovy script and mounted to docker-entrypoint-initdb.d. I'm expecting that the container will terminate if the script throws any exception.
Since I'm using kubernetes, if the script fails with some connection error and the container is not terminated, kubernetes will not try to restart it.
Is it the default behaviour of this image or do I need to configure something so that the container is terminated if initialisation script fails