I stumbled upon an issue where someone has updated the CI/CD k8s variables for my .NET service/API by copying the production environment ones to the development ones, thus deploying the service on development, runs production values, which is quite critical and Gitlab has no option to show when were variables last updated/created.
Is there any way to track the CI/CD variables that are updated or inserted through UI? I know that they can be hardcoded too in a ci/yml file, but as per GitLab’s guide, that is a big no-no.
What can I do in a situation like this?