Lerentis / bitwarden-crd-operator

Kubernetes Operator to create k8s secrets from bitwarden
MIT License
37 stars 7 forks source link

Custom Annotations #81

Closed chrthal closed 6 months ago

chrthal commented 6 months ago

Hi, is it possible to extend the template of the secret to add additional custom annotations?

Lerentis commented 6 months ago

Hey there, i dont think i support custom annotations yet, just labels. But i'll look into it. maybe this can be a quick win

Lerentis commented 6 months ago

reasonable quick win. annotations are now merged with the default once, so you can define what you need @chrthal

chrthal commented 5 months ago

Thank you! For upgrading the api version - registry credentials must be recreated. Schema merging does not seem to work. After recreation the custom annotations are working perfectly!