ansible-collections / community.kubernetes

Kubernetes Collection for Ansible
https://galaxy.ansible.com/community/kubernetes
GNU General Public License v3.0
265 stars 104 forks source link

Fix helm ignoring given context #387

Closed gravesm closed 3 years ago

gravesm commented 3 years ago
SUMMARY

The helm module supports specifying a kubeconfig context in three different ways, but was only using it if passed through the kube_context parameter. This fixes it to support all three ways.

Fixes #385

ISSUE TYPE
COMPONENT NAME

helm

ADDITIONAL INFORMATION
codecov[bot] commented 3 years ago

Codecov Report

Merging #387 (55c8b37) into main (af41efd) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #387   +/-   ##
=======================================
  Coverage   35.81%   35.81%           
=======================================
  Files           3        3           
  Lines         779      779           
  Branches      154      154           
=======================================
  Hits          279      279           
  Misses        451      451           
  Partials       49       49           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update af41efd...55c8b37. Read the comment docs.

github-actions[bot] commented 3 years ago

This repository does not accept pull requests, see the README for details.