Skip to content

Commit

Permalink
fix operator upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
nammn committed Nov 7, 2023
1 parent 5f08b4e commit b31feb0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ func TestReplicaSetOperatorUpgrade(t *testing.T) {
defer ctx.Teardown()

mdb, user := e2eutil.NewTestMongoDB(ctx, resourceName, testConfig.Namespace)
// Prior operator versions did not support MDB7
mdb.Spec.Version = "6.0.5"
scramUser := mdb.GetAuthUsers()[0]
mdb.Spec.Security.TLS = e2eutil.NewTestTLSConfig(false)
mdb.Spec.Arbiters = 1
Expand Down

0 comments on commit b31feb0

Please sign in to comment.