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

Support TLS environment variables #12

Merged
merged 2 commits into from
Dec 24, 2019
Merged

Support TLS environment variables #12

merged 2 commits into from
Dec 24, 2019

Conversation

mattcui
Copy link
Member

@mattcui mattcui commented Dec 23, 2019

No description provided.

Copy link

@EmilyEmily EmilyEmily left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

install.sh needs to be updated:
PLUGIN_VERSION=${PLUGIN_VERSION:-"0.6.0"}

// // DefaultTLSVerify is the default value for HELM_TLS_VERIFY
// DefaultTLSVerify = false
//)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If not used, please help to remove commented code, thx!

@mattcui mattcui force-pushed the env-tls branch 2 times, most recently from 49d29a1 to cc13937 Compare December 23, 2019 15:55
@mattcui
Copy link
Member Author

mattcui commented Dec 23, 2019

install.sh needs to be updated:
PLUGIN_VERSION=${PLUGIN_VERSION:-"0.6.0"}

@EmilyEmily I made a new install-binary.sh, please review.

Comment on lines +28 to +31
armv5*) ARCH="armv5";;
armv6*) ARCH="armv6";;
armv7*) ARCH="armv7";;
aarch64) ARCH="arm64";;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can these be in the else branch? Because we only support two ARCH: amd64 and i386.

msys*) OS='windows';;
# Minimalist GNU for Windows
mingw*) OS='windows';;
darwin) OS='darwin';;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

additional line

@EmilyEmily EmilyEmily merged commit 968840b into master Dec 24, 2019
@EmilyEmily EmilyEmily deleted the env-tls branch December 24, 2019 01:48
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