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:
- name: HTTP_PROXY
value: [alternate-image-repo-name-redacted]
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?