kubegres
kubegres copied to clipboard
When use the postgresql official container, it is run as root instead of postgres
I am using the offical postgresql container image.
The user that run the container is root, instead of
uid=999(postgres) gid=999(postgres) groups=999(postgres)