Duplicate
Details
Assignee
UnassignedUnassignedReporter
Luke MorfillLuke MorfillNeeds QA
YesAffects versions
Priority
Medium
Details
Details
Assignee
Unassigned
UnassignedReporter
Luke Morfill
Luke MorfillNeeds QA
Yes
Affects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created October 22, 2023 at 10:26 AM
Updated March 5, 2024 at 5:22 PM
Resolved October 24, 2023 at 11:19 AM
When deploying a database, if you try and use the serviceLabels field, it is ignored.
apiVersion: pxc.percona.com/v1 kind: PerconaXtraDBCluster metadata: name: mysql-database spec: pxc: labels: app: my-database serviceLabels: app: my-database
The expected behaviour is that on the mysql-database-mysql-pxc service, the app=my-database label would appear on it.
Note: I've got a fix for this locally. I just wanted to create a Jira issue to link the Pull Request too.