Introduced GitLab CI/CD variables to dynamically configure the 'ServerName' and 'trusted_url_domains'
In this commit, I've introduced GitLab CI/CD variables to dynamically configure the 'ServerName' and 'trusted_url_domains' in the 'CRI_Cluster_Monitor/group_vars/all' file. The variables 'ServerName' and '
trusted_url_domains' are now used with 'sed' to update the configuration.
- Modified 'sed' command to update 'ServerName' with the value of '$ServerName'.
- Modified 'sed' command to update 'trusted_url_domains' with the value of '$trusted_url_domains'.