operator-lifecycle-manager icon indicating copy to clipboard operation
operator-lifecycle-manager copied to clipboard

Allow to specify `metadata.annotations` in helm chart

Open applike-ss opened this issue 2 years ago • 4 comments

Feature Request

Is your feature request related to a problem? Please describe. We are using a CI/CD tool to reconcile all resources that we installed into our k8s cluster with it. Due to a drift in the ClusterServiceVersion packageserver resource, the chart is getting updated all the time.

Describe the solution you'd like We'd like to be able to set annotations. Ideally setting annotations would be possible for all important resources.

applike-ss avatar Apr 18 '23 12:04 applike-ss

I am trying to do something similar, I would like for any installed operators to be able to configure their respective resources with annotations. For instance, ensuring a resource has the right ServiceAccount roles serviceAccount.annotations.eks\\.amazonaws\\.com/role-arn" = "arn:aws:iam::<acct_id>:role/<role_name>"

Admittedly, I may just be uninformed if a solution to this already exists? But I'm still learning OLM.

aRustyDev avatar Sep 20 '23 15:09 aRustyDev