Env var case (#379)

* changelog for the oc envvar fix

* Update changelogs/fragments/fix-oc-conn-plugin-envvar.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Toshio Kuratomi
2020-05-19 23:22:25 -07:00
committed by GitHub
parent 1a87822704
commit 49f56697bb

View File

@@ -0,0 +1,4 @@
breaking_changes:
- The environment variable for the auth context for the oc.py connection plugin
has been corrected (K8S_CONTEXT). It was using an initial lowercase k by mistake.
(https://github.com/ansible-collections/community.general/pull/377).