Skip to content

Commit

Permalink
test(mc): fix prometheus values.yaml path to point to hubble dir
Browse files Browse the repository at this point in the history
  • Loading branch information
SRodi committed Feb 11, 2025
1 parent df5fe1c commit 0af1d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/multicloud/live/retina-aks/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
{
Expand Down
2 changes: 1 addition & 1 deletion test/multicloud/live/retina-gke/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 0af1d51

Please sign in to comment.