Open
Description
SUMMARY
I need to be able to pull/template helm charts from a registry with "insecure" TLS.
The helm_pull has a skip_tls_certs_check
flag to do exactly this, like when using Helm in a terminal.
However the helm_template module doesn't have skip_tls_certs_check
option. In some case we can work around by pulling locally and then install, but when making templating for a diff/upgrade, it's a real pain.
Is it possible to add this flag as helm bin itself can support this option also with helm template?
ISSUE TYPE
- Bug Report
COMPONENT NAME
kubernetes.core.helm_template
ANSIBLE VERSION
2.12
COLLECTION VERSION
latest
EXPECTED RESULTS
I'd like to be able to set skip_tls_certs_check like helm_pull or helm bin on a template operation