Skip to content

Commit 335151d

Browse files
committed
Make explanation in the documentation more clear
1 parent efe8a34 commit 335151d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/run-operator-locally.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Being able to run and build the binary locally can help with faster feedback-cyc
2020
## Running The Operator locally
2121
1. Use the dedicated make target which exports the needed environment variables and builds & runs the operator binary.
2222

23-
Before doing that you need to add 2 more fields to the `config.json` file from in [contributing.md](contributing.md):
24-
- `mdb_local_operator`: needs to be set to `true`
25-
- `kubeconfig`: needs to be set to the path of the configuration file mentioned above
23+
Before doing that you need to add 2 more fields to the `config.json` file found in [contributing.md](contributing.md), because the python script looks for them in the file:
24+
- `mdb_local_operator`: needs to be set to `true`, to allow for the operator to be run locally
25+
- `kubeconfig`: needs to be set to the path of the `kubeconfig` configuration file, for example `$HOME/.kube/config`
2626

2727
Then you can run the command:
2828

0 commit comments

Comments
 (0)