Unverified Commit 4a91f970 authored by Nicholas Seemiller's avatar Nicholas Seemiller Committed by GitHub
Browse files

Fix reference to local-path-storage values.yaml file in e2e tests #4171 (#4178)

parent d687b6da
Showing with 2 additions and 1 deletion
+2 -1
namespace: local-path-storage
......@@ -55,7 +55,7 @@ var _ = BeforeSuite(func() {
version := findPackageAvailableVersion(packageName, "0.0.22")
valuesFilename := filepath.Join("fixtures", "local-path-storage-values.yaml")
valuesFilename := filepath.Join("fixtures", "values.yaml")
installPackage(packageInstallName, packageName, version, valuesFilename)
By("validating local-path-storage package is reconciled")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment