We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa9792 commit 1bd7965Copy full SHA for 1bd7965
ocp_resources/resource.py
@@ -126,7 +126,7 @@ def get_client(
126
if client_configuration.proxy and client_configuration.proxy != proxy:
127
raise ValueError(
128
f"Conflicting proxy settings: client_configuration.proxy={client_configuration.proxy}, "
129
- f"but the environment variable 'OPENSHIFT_PYTHON_WRAPPER_CLIENT_USE_PROXY' defines proxy as {proxy}."
+ f"but the environment variable 'HTTPS_PROXY/HTTP_PROXY' defines proxy as {proxy}."
130
)
131
client_configuration.proxy = proxy
132
0 commit comments