CrunchyData / postgres-operator-examples

Examples for deploying applications with PGO, the Postgres Operator from Crunchy Data
https://access.crunchydata.com/documentation/postgres-operator/v5/
Apache License 2.0
190 stars 4.75k forks source link

Allow user to provide pod labels via values.yaml #207

Closed jmckulk closed 1 year ago

jmckulk commented 1 year ago

Users can now provide custom pod labels through the values.yaml file. Any labels that overlap with Crunchy labels will lead to duplicate labels in the template and errors returned from the Kube API when creating the resource.

David-Angel commented 1 year ago

Thank you for implementing my request. :D