Skip to content

Commit 499b350

Browse files
Correct container name for e2e tests (#1081)
1 parent 6cb5cf2 commit 499b350

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/contributing.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ each one of them in charge of some part of the lifecycle of the MongoDB database
4242
# Getting Started
4343

4444
## PR Prerequisites
45-
* Please ensure you have signed our Contributor Agreement. You can find it [here](https://www.mongodb.com/legal/contributor-agreement).
45+
* Please ensure you have signed our Contributor Agreement. You can find it [here](https://www.mongodb.com/legal/contributor-agreement).
4646

4747
* Please ensure that all commits are signed.
4848

@@ -57,7 +57,7 @@ to be able to run properly. Create a json file with the following content:
5757
"namespace": "mongodb",
5858
"repo_url": "localhost:5000",
5959
"operator_image": "mongodb-kubernetes-operator",
60-
"e2e_image": "community-e2e",
60+
"e2e_image": "community-operator-e2e",
6161
"version_upgrade_hook_image": "community-operator-version-upgrade-post-start-hook",
6262
"agent_image_ubuntu": "mongodb-agent-dev",
6363
"agent_image_ubi": "mongodb-agent-ubi-dev",
@@ -79,7 +79,7 @@ to be able to run properly. Create a json file with the following content:
7979
9. `s3_bucket` the S3 bucket that Dockerfiles will be pushed to as part of the release process. Note: this is only required when running the release tasks locally.
8080

8181

82-
You can set the `MONGODB_COMMUNITY_CONFIG` environment variable to be the absolute path of this file.
82+
You can set the `MONGODB_COMMUNITY_CONFIG` environment variable to be the absolute path of this file.
8383
It will default to `~/.community-operator-dev/config.json`
8484

8585
Please see [here](./build_operator_locally.md) to see how to build and deploy the operator locally.
@@ -102,8 +102,9 @@ instance, you can leave this as `mongodb`.
102102

103103
The test runner is a Python script, in order to use it a virtualenv needs to be
104104
created.
105+
105106
**Python 3.9 is not supported yet. Please use Python 3.8.**
106-
107+
107108
### Pip
108109
```sh
109110
python -m venv venv

0 commit comments

Comments
 (0)