mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Use proper kubectl path
This commit is contained in:
@@ -16,8 +16,8 @@ tar xzfv ${HELM_TARBALL}
|
||||
rm -f ${HELM_TARBALL}
|
||||
|
||||
# Housekeeping
|
||||
kubectl -n kube-system create sa tiller
|
||||
kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller
|
||||
kubernetes/client/bin/kubectl -n kube-system create sa tiller
|
||||
kubernetes/client/bin/kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller
|
||||
linux-amd64/helm init --service-account tiller --upgrade
|
||||
|
||||
linux-amd64/helm repo add stable https://kubernetes-charts.storage.googleapis.com/
|
||||
|
||||
@@ -112,7 +112,7 @@ var (
|
||||
chartsBasePath = filepath.Join(os.Getenv("GOPATH"), "src/k8s.io/charts")
|
||||
whiteListYamlPath = filepath.Join(chartsBasePath, "test/helm-test/whitelist.yaml")
|
||||
helmPath = "linux-amd64/helm"
|
||||
kubectlPath = "/workspace/kubernetes/client/bin/kubectl"
|
||||
kubectlPath = "kubernetes/client/bin/kubectl"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user