Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/install-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ To configure the Operator to watch resources in other namespaces:
value: "*"
```
2. Modify the [clusterRoleBinding](../deploy/clusterwide/role_binding.yaml) namespace value for the serviceAccount `mongodb-kubernetes-operator` to the namespace in which the operator is deployed.
2. Modify the [clusterRoleBinding](../deploy/clusterwide/cluster_role_binding.yaml) namespace value for the serviceAccount `mongodb-kubernetes-operator` to the namespace in which the operator is deployed.

3. Run the following command to create cluster-wide roles and role-bindings in the default namespace:

Expand Down