| Camila Macedo Apologies, I may not have explained myself fully. The short answer is I believe we can close this task as it is not a must have requirement. To explain myself further, I agree completely that the service and db should be separate custom resources with separate controllers. What this JIRA was for was if the service CR is created, the reconcile loop should create a db custom resource along with it, this would be no more than creating any other type of resource (e.g. deployment, route etc) in the service CR controller, the separate DB controller would then do the work behind actually spinning up the db etc. The reasoning behind this is that it is an additional step for the user to create both the service and db CRs themselves when from their point of view, all they care about is creating a new mobile security service, they do not care about what this service uses, e.g. the db behind it. Does this make sense? |