Use configured helm home when reading default TLS settings #210
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a proposed changeset that tweaks the default values of
client_key
,client_certificate
, andca_certificate
.Specifically, the current behavior mimics the client in looking for the files
key.pem
,cert.pem
, andca.pem
inHELM_HOME
. However, if you haveHELM_HOME
env var unset, then it does not fall back to looking in the default helm home$HOME/.helm
because it renders the env var directly.This PR instead attempts to use the value of the
home
option on the provider, which does the proper resolution of the helm home directory.Additionally, I added some debug statements around the TLS settings. This was helpful in realizing my TLS config wasn't being read despite having them in my home directory. Otherwise, you get an unhelpful error message: