Open EugenMayer opened 2 years ago
I hit the same. I think its because of the way k8s mounts the config in pod. The mountpoint is owned root root and any files/folders under the mount disappear.
One way I thought to try to solve it was to mount it else where then symlink it to the folder as part of the init container.
Your fix worked for me thanks. 👍 Saved me lots of messing around.
When using
nexus.properties.override = true
the start fails with an exception since logback folder cannot be accessed (since it is missing).Currently, if fix this using an initContainer