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

helm: accept context and validate_certs #74

Conversation

goneri
Copy link
Member

@goneri goneri commented Apr 21, 2021

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.

@codecov
Copy link

codecov bot commented Apr 21, 2021

Codecov Report

Merging #74 (61d94ab) into main (c214376) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #74   +/-   ##
=======================================
  Coverage   23.17%   23.17%           
=======================================
  Files           1        1           
  Lines         151      151           
  Branches       24       24           
=======================================
  Hits           35       35           
  Misses        111      111           
  Partials        5        5           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c214376...61d94ab. Read the comment docs.

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.
@goneri goneri force-pushed the helm-accept-context-and-validate_certs_26739 branch from 0890c45 to 61d94ab Compare April 21, 2021 17:15
@goneri goneri merged commit 9a529fc into ansible-collections:main Apr 22, 2021
@Akasurde Akasurde added this to the 2.0.0 milestone Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants