We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e68a5b6 + 3cfe678 commit 6f5c51eCopy full SHA for 6f5c51e
cluster-autoscaler/cloudprovider/azure/test/e2e/e2e_suite_test.go
@@ -149,7 +149,7 @@ func ensureHelmValues(values map[string]interface{}) {
149
GinkgoLogr.Info(fmt.Sprintf(format, v...))
150
})).To(Succeed())
151
152
- chart, err := loader.Load("../../../../../charts/cluster-autoscaler")
+ chart, err := loader.Load("../../../../charts/cluster-autoscaler")
153
Expect(err).NotTo(HaveOccurred())
154
155
get := action.NewGet(helmCfg)
0 commit comments