nbragin4

Results 2 comments of nbragin4

Confirm that this happens with --isolate flag. tested on k3s and k8s distros this because /data directory owned by root:root, but whoami says is container user is UID 12345

This can be fixed by changing ```yaml securityContext: runAsNonRoot: true runAsUser: 12345 ``` to: ```yaml securityContext: runAsUser: 0 ``` in isolated chart deployment