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
I have an issue when deploying the operators which require configuration for environment variable on Openshift console.
When I define the subscription declaratively and apply it using oc CLI, I can configure Env vars like this:
config:
env:
- name: ARGS
value: "-v=10"
Is it impossible to do the same config on UI?
The text was updated successfully, but these errors were encountered:
cuttingedge1109
changed the title
Configure environment variables on Openshift console
[Feature] Configure environment variables on Openshift console
Apr 5, 2021
Feature Request
I have an issue when deploying the operators which require configuration for environment variable on Openshift console.
When I define the subscription declaratively and apply it using
oc
CLI, I can configure Env vars like this:Is it impossible to do the same config on UI?
The text was updated successfully, but these errors were encountered: