Skip to content

Commit

Permalink
Merge pull request #2034 from rabbitmq/fix-operator-namespace-yaml
Browse files Browse the repository at this point in the history
Fix operator namespace YAML.
  • Loading branch information
michaelklishin authored Aug 30, 2024
2 parents 7f11ddc + d396d20 commit 00f1329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/operator/configure-operator-defaults.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ When the Cluster Operator is deployed, update the manifest by completing the fol
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- <b>name: OPERATOR_SCOPE_NAMESPACE</b>
<b>value: "custom-namespace,my-namespace"</b>
- name: OPERATOR_SCOPE_NAMESPACE
value: "custom-namespace,my-namespace"
# ...
```
3. Save the manifest. The Cluster Operator Pod is updated to use this configuration.
Expand Down

0 comments on commit 00f1329

Please sign in to comment.