open-feature / open-feature-operator

A Kubernetes feature flag operator
https://openfeature.dev
Apache License 2.0
181 stars 35 forks source link

[Helm] Support custom labels and annotations in pods created by chart #677

Open toddbaert opened 3 months ago

toddbaert commented 3 months ago

To support more cluster configurations, we should allow the addition of custom labels and annotations to the pods defined by the helm chart (controller-manager and kube-rbac-proxy). In order to do this, we might need to take advantage of our hack to allow helm control flow in our kustomize overlays.

toddbaert commented 3 months ago

cc @cpitstick-latai

SargamPuram commented 3 months ago

Hey there! I am a beginner and I'd like to take this on. Could you please assign this issue to me?