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
I need to be able to set postgresGID in cluster spec for CloudNative PG clusters, otherwise CloudNative PG clusters' pods will inherit the default value (26).
I am using NFS (synology) as storage provider, and the GID 26 doesn't exists and cannot be created.
@Ornias1993 , I may have missed something, but even with securityContext set, the cnpg clusters' pods won't inherit it.
It seems that the only way to change the securityContext of cnpg clusters' pods is with postgresUID and postgresGID.
@Ornias1993 , I may have missed something, but even with securityContext set, the cnpg clusters' pods won't inherit it. It seems that the only way to change the securityContext of cnpg clusters' pods is with postgresUID and postgresGID.
That's why I was saying we should implement that instead.
Is your feature request related to a problem?
I need to be able to set postgresGID in cluster spec for CloudNative PG clusters, otherwise CloudNative PG clusters' pods will inherit the default value (26).
I am using NFS (synology) as storage provider, and the GID 26 doesn't exists and cannot be created.
Describe the solution you'd like
Allow custom postgresGID on cnpg definition.
ClusterSpec for CNPG : https://cloudnative-pg.io/documentation/1.15/api_reference/#ClusterSpec
Describe alternatives you've considered
Create CNPG cluster outside of charts, however some charts (authelia) are relying on cnpg values and cannot be overriden.
Additional context
No response
I've read and agree with the following
The text was updated successfully, but these errors were encountered: