Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Community Edition
Commits
4a91f970
Unverified
Commit
4a91f970
authored
3 years ago
by
Nicholas Seemiller
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix reference to local-path-storage values.yaml file in e2e tests #4171 (#4178)
parent
d687b6da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
addons/packages/local-path-storage/0.0.22/test/e2e/fixtures/values.yaml
+1
-0
...s/local-path-storage/0.0.22/test/e2e/fixtures/values.yaml
addons/packages/local-path-storage/0.0.22/test/e2e/local_path_storage_suite_test.go
+1
-1
...-storage/0.0.22/test/e2e/local_path_storage_suite_test.go
with
2 additions
and
1 deletion
+2
-1
addons/packages/local-path-storage/0.0.22/test/e2e/fixtures/values.yaml
0 → 100644
+
1
-
0
View file @
4a91f970
namespace
:
local-path-storage
This diff is collapsed.
Click to expand it.
addons/packages/local-path-storage/0.0.22/test/e2e/local_path_storage_suite_test.go
+
1
-
1
View file @
4a91f970
...
...
@@ -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"
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment