When you deploy a container pre configured with custom configuration attached via GITLAB_MONITOR_CONFIG, would be interesting to provide a mechanism to not allow the config modification.
I can think of two possible options:
- If GITLAB_MONITOR_CONFIG is present
- Providing the option on the config settings inside the GITLAB_MONITOR_CONFIG, similar to
configurationDiabled: true/false
I'm not an Vue expert developer, but I could try to submit a PR to it.