Initially I was using official Nifi-registry image of Apache. I used the official docker file and created new nifi-registry image. On deploying it in the cluster I'm getting the following error and the pod doesnot spin up.
2023-02-22 14:32:54,459 INFO [main] o.a.n.r.provider.StandardProviderFactory Instantiated FlowPersistenceProvider with class name org.apache.nifi.registry.provider.flow.git.GitFlowPersistenceProvider 2023-02-22 14:32:54,464 INFO [main] o.a.n.r.p.flow.git.GitFlowMetaData ./flow_git is not a directory or does not exist.
git configaration has been given in the values file of nifi registry.
I tried building the docker file whithout any change provided in the official git repo and I was not getting any error. I use another java image as base image and I'm getting the error
Nifi-registry previous: 1.17.0 Nifi-registry present: 1.19.0 No DB
I will be forever grateful if anyone can help me