make command h to use paiyou-hub certs files

This commit is contained in:
hophacker 2019-08-01 17:25:44 +08:00
parent 26aa5a1ab6
commit d3647ac14c

View File

@ -229,7 +229,7 @@ function gitcopy() {
} }
function h() { function h() {
helm $* --tls helm $* --tls --tls-ca-cert ~/Projects/paiyou-hub/kube/helm/ca.cert.pem --tls-cert ~/Projects/paiyou-hub/kube/helm/helm.cert.pem --tls-key ~/Projects/paiyou-hub/kube/helm/helm.key.pem
} }
function kexec { function kexec {
RAN=false RAN=false