connection/oc - add option oc_local_env_vars (#225)

* add local env vars for connection/oc plugin

* Fix sanity tests
This commit is contained in:
Bikouo Aubin
2024-05-28 15:44:03 +02:00
committed by GitHub
parent fcc19da20a
commit 2c394132aa
3 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- connection/oc - added support of local enviroment variable that will be used for ``oc`` and may be requried for establishing connections ifself (https://github.com/openshift/community.okd/pull/225).