You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ $(yq '. | length'${tmp_datasources_yaml})!="1" ]];then
@@ -25,8 +25,8 @@ if [[ $(yq '. | length' ${tmp_datasources_yaml}) != "1" ]]; then
25
25
exit 1
26
26
fi
27
27
28
-
if [[ $(yq '.[0].url'${tmp_datasources_yaml})!="http://cattle-project-p-example-m-prometheus.cattle-project-p-example-monitoring:9090/" ]];then
29
-
echo"ERROR: Expected the only datasource to be configured to point to Project Prometheus at Kubernetes DNS http://cattle-project-p-example-m-prometheus.cattle-project-p-example-monitoring:9090/"
28
+
if [[ $(yq '.[0].url'${tmp_datasources_yaml})!="http://cattle-project-p-example-m-prometheus.cattle-project-p-example:9090/" ]];then
29
+
echo"ERROR: Expected the only datasource to be configured to point to Project Prometheus at Kubernetes DNS http://cattle-project-p-example-m-prometheus.cattle-project-p-example:9090/"
0 commit comments