Closed joshrivers closed 3 years ago
Moved environment variable to be supplied as the default value in the CLI options parsers, since supplying it later caused an issue like https://github.com/vapor-ware/kubetest/issues/154
This is awesome, thanks so much for the contribution! I'll try to get a new release cut with this in it soon.
This change should resolve https://github.com/vapor-ware/kubetest/issues/205 by referencing the KUBECONFIG environment variable whenever
kubeconfig
is injected from the fixture, rather than only reading it whenkubeconfig
is None in thekube
fixture.I tested that this resolves my local issue, and the unit tests all pass after making the change.