im not using helm, for datahub-upgrade, I built th...
# all-things-deployment
b
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
no need to volume mount
b
I'm not using helm...
e
oh no, I was referring to the env variable being set
you can specifically set it to the value that the helm chart is setting. basically just need it to point to the correct path in the container