1Password / connect-helm-charts

Official 1Password Helm Charts
https://developer.1password.com
MIT License
93 stars 74 forks source link

add templated Service annotations #106

Closed TheCase closed 1 year ago

TheCase commented 2 years ago

Summary

add templated metadata.annotations to the Service

Use cases

useful for anyone that uses Service annotations to control things like load balancer controllers, etc.

Proposed solution

like what has been done for metadata.labels in the Service template, but for annotations

Is there a workaround to accomplish this today?

manually add to the manifest, post deploy

dkamenov-fitted commented 1 year ago

@jpcoenen, is this something that can be merged?