mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-27 05:43:02 +00:00
I've got the following environment variable set: - `K8S_AUTH_VERIFY_SSL=False` Helm's `validate_certs` parameter fallback on this environment variable. Which means, on my system, the `validate_certs` will already be set. So we cannot make this parameter exclusive wih another one.