Fix helm ignoring given context (#387)

Fixes: #385
This commit is contained in:
Mike Graves
2021-03-15 00:34:06 -04:00
committed by GitHub
parent af41efdf46
commit c4182ad84f
3 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- helm - fix helm ignoring the kubeconfig context when passed through the ``context`` param or the ``K8S_AUTH_CONTEXT`` environment variable (https://github.com/ansible-collections/community.kubernetes/issues/385).