intellij-openshift-connector
intellij-openshift-connector copied to clipboard
MacOS: when launched within IDE (not run from source) KUBECONFIG env variable is not available
related to https://github.com/redhat-developer/intellij-kubernetes/issues/826
Steps:
- ASSERT: launch plugin as binary or from source without setting KUBECONFIG in the launch config (env vars)
Result: The KUBECONFIG env variable is not available to the kubernetes-client in the plugin.
fixed by code provided in https://github.com/redhat-developer/intellij-common/issues/263 and a call to it in this plugin.