I am trying to set up OwnCloud in my test Kubernetes cluster. For “reasons” I’m pointing at my existing, non-k8s, test data folder and test mysql db.
Unfortunately, my test data folder has a LOT of data in it. So the “Fixing data perms…” task is taking long enough that k8s restarts the container before it finishes.
So, is there a way to disable that task?
Also, does that task run every time, or does it detect that perms are correct and skip once perms are correct?
Thanks!