guys, trying to mount flink-conf.yaml into a docke...
# troubleshooting
g
guys, trying to mount flink-conf.yaml into a docker image... originally i got a read only fs error... so figured out it's because there is a file already. so renamed it in my dockerfile image build. now with docker compose i mount file in, but from the logs i can see that the source image still tries and move a flink-conf.yaml.tmp -> flink-conf.yaml how do i stop this... flink-jobmanager | mv: cannot move '/opt/flink/conf/flink-conf.yaml.tmp' to '/opt/flink/conf/flink-conf.yaml': Device or resource busy
anyone ?