Skip to content

Commit 3cfe678

Browse files
committed
update path to helm charts in azure e2e test
something appears to have broken this, the directory levels are different. This change removes one level of directory from the path.
1 parent edeeaf9 commit 3cfe678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster-autoscaler/cloudprovider/azure/test/e2e/e2e_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ func ensureHelmValues(values map[string]interface{}) {
149149
GinkgoLogr.Info(fmt.Sprintf(format, v...))
150150
})).To(Succeed())
151151

152-
chart, err := loader.Load("../../../../../charts/cluster-autoscaler")
152+
chart, err := loader.Load("../../../../charts/cluster-autoscaler")
153153
Expect(err).NotTo(HaveOccurred())
154154

155155
get := action.NewGet(helmCfg)

0 commit comments

Comments
 (0)