open-feature/open-feature-operator

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

Open

#677 opened on Jun 13, 2024

View on GitHub
 (2 comments) (0 reactions) (1 assignee)Go (58 forks)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (300 stars)
PR merge metrics
 (Avg merge 43d 10h) (5 merged PRs in 30d)

Description

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.

Contributor guide