You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we pass runAsUser/runAsGroup in pod/container securityContexts, the operator starts pods/containers with this user/group but the data directory is still created with static 1000 user/group.
How can one reproduce the bug?
Pass any other user/group in pod/container security context other than 1000.
What is the expected behavior?
Data directory owner should not be static and be configurable.