reactive-tech / kubegres

Kubegres is a Kubernetes operator allowing to deploy one or many clusters of PostgreSql instances and manage databases replication, failover and backup.
https://www.kubegres.io
Apache License 2.0
1.32k stars 74 forks source link

When use the postgresql official container, it is run as root instead of postgres #146

Open patrickdung opened 1 year ago

patrickdung commented 1 year ago

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)