diff --git a/test/multicloud/live/retina-aks/locals.tf b/test/multicloud/live/retina-aks/locals.tf index 7b80b77988..e4f4a942e9 100644 --- a/test/multicloud/live/retina-aks/locals.tf +++ b/test/multicloud/live/retina-aks/locals.tf @@ -15,7 +15,7 @@ locals { prometheus_repository_url = "https://prometheus-community.github.io/helm-charts" prometheus_chart_version = "68.4.3" prometheus_chart_name = "kube-prometheus-stack" - prometheus_values = yamldecode(file("../../../../deploy/standard/prometheus/values.yaml")) + prometheus_values = yamldecode(file("../../../../deploy/hubble/prometheus/values.yaml")) aks_security_rules = [ { diff --git a/test/multicloud/live/retina-gke/locals.tf b/test/multicloud/live/retina-gke/locals.tf index d290bcb798..a8d67fe6c0 100644 --- a/test/multicloud/live/retina-gke/locals.tf +++ b/test/multicloud/live/retina-gke/locals.tf @@ -16,7 +16,7 @@ locals { prometheus_chart_version = "68.4.3" prometheus_chart_name = "kube-prometheus-stack" prometheus_release_namespace = "kube-system" - prometheus_values = yamldecode(file("../../../../deploy/standard/prometheus/values.yaml")) + prometheus_values = yamldecode(file("../../../../deploy/hubble/prometheus/values.yaml")) gke_firewall_rules = { inbound = {