You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: