Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#1068 from rabi/fix_doc
Browse files Browse the repository at this point in the history
Fix docs to alyways patch `watchAllNamesapces: true`
  • Loading branch information
openshift-merge-bot[bot] authored Sep 13, 2024
2 parents ec8d6c5 + 42010da commit 8eb817a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ Sufficient number of edpm node BareMetalHost(BMH) CRs should be created and be i
`Available` state (after inspection).By default baremetal-operator would be looking
for BMHs in the `openshift-machine-api` namespace.

If BMHs in other namesapces are expected to be managed, `Provisioning` resource should
be patched to watch all namespaces with `watchAllNamesapces: true`.
`Provisioning` resource should be patched to watch all namespaces with `watchAllNamespaces: true`
as the secrets would be created in `openstack` namespace, in spite of BMHs in `openshift-machine-api`
namespace.

[,console]
----
Expand Down

0 comments on commit 8eb817a

Please sign in to comment.