mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update the helm-test path (#1916)
This commit is contained in:
committed by
Adnan Abdulhussein
parent
5b015dd21c
commit
bfecb49c63
@@ -108,8 +108,8 @@ var (
|
||||
TEST_FAILURE_CODE = 2
|
||||
|
||||
// File path constants
|
||||
whiteListYamlPath = "/src/k8s.io/charts/test/helm-test/whitelist.yaml"
|
||||
chartsBasePath = "/src/k8s.io/charts"
|
||||
chartsBasePath = path.Join(os.Getenv("GOPATH"), "/src/k8s.io/charts")
|
||||
whiteListYamlPath = path.Join(chartsBasePath, "test/helm-test/whitelist.yaml")
|
||||
helmPath = "linux-amd64/helm"
|
||||
kubectlPath = "/workspace/kubernetes/client/bin/kubectl"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user