| At the moment, for UPS and MSS, the monitoring resources are imported into the cluster as they are (as an example, see https://github.com/aerogear/mobile-security-service-operator/blob/master/deploy/monitor/prometheus_rule.yaml). However, some of these resources have the namespace value hard coded. This will not work for integreatly as the namespace value could change depending on the cluster. The fix is to add them as Ansible templates in the Integreatly installer, and process them first to have the right namespace value and them import them. |