im not using helm, for datahub-upgrade, I built the container based on the dockerfile.
I tried to run datahub-upgrade as a deployment(not job, i know its not the correct form) but just wanted to debug it easier (env is in the thread)
I keep seeing "error creating bean with name configEntityRegistry defined in class path resource......... nested exception is java.io.FilenotFound: ../../metadata-models/src/main/resources/entity-registry.yml"
I got the feeling that the pod is expecting to find entity-registry.yml somewhere.... how should i define this for a non-helm k8s deployment?
EDIT: added the entity-registry.yml as a volume mount works