Checks implemented for setting notebook namespace require it to be None to set default namespace
If the NOTEBOOK_NAMESPACE env var is set, but is empty string, default namespace is not set and the OpenShift API calls are trying to get the resources on cluster level.
Related Issues and Dependencies
…
This introduces a breaking change
This Pull Request implements
Checks implemented for setting notebook namespace require it to be None to set default namespace
If the
NOTEBOOK_NAMESPACE
env var is set, but is empty string, default namespace is not set and the OpenShift API calls are trying to get the resources on cluster level.Description