You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently with OLM we claim to support `OwnNamespace`, `SingleNamespace`
and `AllNamespaces` install modes.
However only `OwnNamespace` works properly when deploying OpsManager.
With other install modes the operator is able to reconcile resources
and create `StatefulSets` for the workloads OpsManager.
However pods never become healthy because only operator's own namespace
has a required `ServiceAccount`.
With this change we make the relevant `ServiceAccount`
managed by OLM. This means, the service account and relevant roles
will be created in all the required namespaces.
0 commit comments