You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Until it's not merged, you can use following: ansible-galaxy collection install git+https://github.com/yurnov/kubernetes.core.git,20241207-add-insecure-skip-tls-verify-to-helm-template
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
COMPONENT NAME
kubernetes.core.helm_template
ANSIBLE VERSION
COLLECTION VERSION
EXPECTED RESULTS
I'd like to be able to set skip_tls_certs_check like helm_pull or helm bin on a template operation
The text was updated successfully, but these errors were encountered: