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

Commit

Permalink
Merge pull request #3738 from SanyaKochhar/upgrade-e2e-oc-fix
Browse files Browse the repository at this point in the history
tests: enable priv init container for tests on openshift
  • Loading branch information
SanyaKochhar authored Jul 8, 2021
2 parents 787605c + df00df6 commit 1f174c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/e2e_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ var _ = OSMDescribe("Upgrade from latest",
"OpenServiceMesh": map[string]interface{}{
"deployPrometheus": true,
"deployJaeger": false,
// Init container must be privileged if an OpenShift cluster is being used
"enablePrivilegedInitContainer": Td.DeployOnOpenShift,

// Reduce CPU so CI (capped at 2 CPU) can handle standing
// up the new control plane before tearing the old one
Expand Down

0 comments on commit 1f174c9

Please sign in to comment.