| Christopher Foley yes, that is exactly the case. the MDC don't need to watch the secrets/configmaps, it will just build the content on the fly when the endpoint is invoked. We could probably make MDC save the content to the app model, but I would prefer an operator to do it in the future. Yes, it also means that we can remove the card about 'accessing the Config via a 'oc' command', the developers will use call to MDC's endpoint using something like curl to get the content. MDC will be always running on RHMI anyway. If we have time, we can add an operator for mobile apps, that will watch the secrets/configmaps and add them to the app's CR. This way developer will then be able to use the `oc` command again. But it's probably not required for now and can be added later on. |