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

Add flag to skip TLS checks against the Kubernetes API server's certi… #316

Merged
merged 1 commit into from
Aug 6, 2023

Conversation

nickkalgin
Copy link
Contributor

Sometimes working with Kubernetes we want to skip TLS verification.
Helm allows us to do it providing the flag --kube-insecure-skip-tls-verify.
I've added a boolean configuration property kubeInsecure which helps to skip TLS certificate checks for Helm operations such as upgrade, install and so on.
This small improvement simplifies the usage of the plugin in a CICD environment.

@sschnabe sschnabe self-assigned this Aug 6, 2023
@sschnabe sschnabe added the feature feature New feature or request label Aug 6, 2023
@sschnabe sschnabe merged commit ec2a37b into kokuwaio:main Aug 6, 2023
5 checks passed
@sschnabe
Copy link
Member

sschnabe commented Aug 6, 2023

THx for the contribution. I'll release 6.10 maybe next week.

@nickkalgin nickkalgin deleted the kube-skip-tls branch August 6, 2023 19:08
@sschnabe
Copy link
Member

sschnabe commented Aug 9, 2023

Released with 6.10.0.

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

Successfully merging this pull request may close these issues.

None yet

2 participants