You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -79,7 +79,7 @@ to be able to run properly. Create a json file with the following content:
79
79
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.
80
80
81
81
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.
83
83
It will default to `~/.community-operator-dev/config.json`
84
84
85
85
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`.
102
102
103
103
The test runner is a Python script, in order to use it a virtualenv needs to be
104
104
created.
105
+
105
106
**Python 3.9 is not supported yet. Please use Python 3.8.**
0 commit comments