druid-io / druid-operator

Druid Kubernetes Operator
Other
205 stars 92 forks source link

Operator Hub Install Does Not Support environment HTTP_PROXY #341

Open kserikstad opened 1 year ago

kserikstad commented 1 year ago

It does not appear that the operatorhub.io install of druid-operator supports the OLM prescribed method for setting/watching environment HTTP_PROXY.

Partial spec From my OLM subscription spec: config: env:

Looking at the druid-operator Helm chart, I do not see the environment HTTP_PROXY referenced/watched anywhere. Is updatig the image repository used when installing druid-operator using OLM supported via some other means?

If not, can we add support?