diff --git a/install/roles/automation-hub/templates/tekton/pipelines/chaos/chaos-trigger.yaml.j2 b/install/roles/automation-hub/templates/tekton/pipelines/chaos/chaos-trigger.yaml.j2 index 0a07022c..01270729 100644 --- a/install/roles/automation-hub/templates/tekton/pipelines/chaos/chaos-trigger.yaml.j2 +++ b/install/roles/automation-hub/templates/tekton/pipelines/chaos/chaos-trigger.yaml.j2 @@ -64,7 +64,7 @@ spec: # PROMETHEUS URL PROMETHEUS_URL=$(oc get route thanos-querier -n openshift-monitoring | awk '/thanos-querier/ {print $2}') - PROMETHEUS_URL=https://$PROMETHEUS_URL:443 + PROMETHEUS_URL=https://$PROMETHEUS_URL:443/api export PROMETHEUS_URL=$PROMETHEUS_URL git clone https://github.com/see-quick/StrimKKhaos.git