What There are some tasks that we may benefit from using an operator pattern for. These include things like
- generating the mobile config (currently it is shared across ui and cli)
- adding annotations and labels to the mobile client based on secrets that are created (avoiding each apb needing to know about mobile clients)
- syncing data from OpenShift to the service or the other way around
|