Skip to content

Commit

Permalink
Helm v3 has never supported HELM_TLS_CA_CERT (#31)
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond authored Aug 4, 2021
1 parent f164907 commit cb3a413
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entry
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ helm_content_decode() {
set +e
}

export HELM_TLS_CA_CERT=/var/run/secrets/kubernetes.io/serviceaccount/ca.crt
export SSL_CERT_FILE=/var/run/secrets/kubernetes.io/serviceaccount/ca.crt
export SSL_CERT_DIR=/etc/ssl/certs
export HELM_TLS_CA_CERT=${SSL_CERT_FILE}
HELM="helm_v3"
NAME_ARG=""
TIMEOUT_ARG=""
Expand Down

0 comments on commit cb3a413

Please sign in to comment.