postgres-operator/pkg/apis/acid.zalan.do
Mitchell Murphy 8ee421f9ff
feat(pooler): make connection pooler security contexts configurable
Allow operators to override the connection pooler pod- and container-level
securityContext via the OperatorConfiguration CRD (connection_pooler_pod_security_context
and connection_pooler_security_context). When unset, the operator preserves its
historical defaults (pod RunAsUser/RunAsGroup 100/101 and spilo FSGroup; container
AllowPrivilegeEscalation=false), so existing deployments are unaffected.

Useful for hardened images whose pgbouncer UID/GID differs from the default and
for satisfying restricted Pod Security Standards.
2026-06-07 20:54:27 -04:00
..
v1 feat(pooler): make connection pooler security contexts configurable 2026-06-07 20:54:27 -04:00
register.go Use code-generation for CRD API and deepcopy methods (#369) 2018-08-15 17:22:25 +02:00