apibara / dna

Apibara is the fastest platform to build production-grade indexers that connect onchain data to web2 services.
https://www.apibara.com/
Apache License 2.0
178 stars 32 forks source link

Apibara CRD should allow customizing pod annotations/labels. #328

Closed fracek closed 3 weeks ago

fracek commented 7 months ago

Is your feature request related to a problem? Please describe.

I'm running the Apibara Operator in production and I need to customize the pod labels/annotations. In my case it's to annotate the pod so that another operator (OpenTelemetry operator) can add a sidecar to it.

Describe the solution you'd like

There should be a mechanism for the indexer's pod to inherit annotations from the indexer CRD. I recommend we follow the same approach as cloud native postgres:

At a high level, it means:

Sravya-212 commented 3 weeks ago

@fracek I would like to do this