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.

Home Page:https://www.kubegres.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

securityContext spec for CronJobs

michbsd opened this issue · comments

Hi @alex-arica,

Kubegres does not allow us to specific securityContext for CronJobs - this is causing our backups to fail (ever since we upgrade k8s 1.25.x)

We have manually applied the policy and our backups are working again, but it would be nice to have this directly in kubegres deployment.

Thanks,