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.31k stars 74 forks source link

Annotations only for sts/pods #150

Open sherlant opened 1 year ago

sherlant commented 1 year ago

Hi, I have see that i can pass annotations to sts/pods in metadata section of Kubegres resource. So i want to pass annotation only for sts/pods, not for kubegres resource (for exclude sts/pods with an external backup tool). There is a way to do this ?

Thanks