Skip to content

Commit 5e4202d

Browse files
authored
Fixed config.json for local development
1 parent 3108a94 commit 5e4202d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/contributing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ to be able to run properly. Create a json file with the following content:
6161
"version_upgrade_hook_image": "community-operator-version-upgrade-post-start-hook",
6262
"agent_image": "mongodb-agent-ubi-dev",
6363
"readiness_probe_image": "mongodb-kubernetes-readiness",
64-
"s3_bucket": ""
64+
"s3_bucket": "",
65+
"mdb_local_operator": "",
66+
"kubeconfig": "",
6567
}
6668
```
6769

0 commit comments

Comments
 (0)