Hi,
I installed vikunja on my microk8s, but from version 0.20.3 (API container, and with 0.20.4 too) I have a problem:
info: creating the new user vikunja with 1000:1000
usermod: no changes
chown: ./config.yml: Read-only file system
this is because I have the config.yml in a configmap.
I can use an init container to copy the config file to a RW filesystem, however if the file is edited by vikunja, this may cause an issue.
Do you have any thoughts about how to resolve this?