Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skip_tls_certs_check with helm_template #801

Open
2o1o0 opened this issue Nov 29, 2024 · 1 comment
Open

skip_tls_certs_check with helm_template #801

2o1o0 opened this issue Nov 29, 2024 · 1 comment
Labels
type/enhancement New feature or request

Comments

@2o1o0
Copy link

2o1o0 commented Nov 29, 2024

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

@yurnov
Copy link
Contributor

yurnov commented Dec 7, 2024

Hi @2o1o0,

you can use version #805

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants