percona / roadmap

Public Percona Roadmaps
10 stars 1 forks source link

[K8SPSMDB-793] Add ability to set annotations and labels for PVCs #82

Closed spron-in closed 1 year ago

spron-in commented 1 year ago

Community Note

Tell us about the feature

Based on [https://forums.percona.com/t/setting-custom-annotations-for-pvc/17625]

 

Right now it is not possible to add annotations to PVCs created by the Operator.

The proposal is to add labels and annotations sections to volumeSpecs - replica sets and config server replica sets. {code:java} volumeSpec: annotations: {} labels: {} ... {code}  

Link to JIRA

Danielss89 commented 1 year ago

I need the same for the mysql operator :)