Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
fix(e2e): update upgrade test
Browse files Browse the repository at this point in the history
Now that the upgrade test is basing off of v1.0.0-rc.2, we need to
install with values under `osm.*` instead of `OpenServiceMesh.*`.

Signed-off-by: Jon Huhn <[email protected]>
  • Loading branch information
nojnhuh committed Nov 15, 2021
1 parent 0fcedaa commit 2227135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/e2e_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var _ = OSMDescribe("Upgrade from latest",
i.ReleaseName = releaseName
i.Timeout = 120 * time.Second
vals := map[string]interface{}{
"OpenServiceMesh": map[string]interface{}{
"osm": map[string]interface{}{
"deployPrometheus": true,
// Init container must be privileged if an OpenShift cluster is being used
"enablePrivilegedInitContainer": Td.DeployOnOpenShift,
Expand Down

0 comments on commit 2227135

Please sign in to comment.