Skip to content

Commit

Permalink
standarize grafana tempo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Aug 9, 2024
1 parent 6bec2f7 commit cdb2c09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/02-at-scale/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ module "eks_blueprints_addons" {
chart = "tempo"
chart_version = "1.7.2"
repository = "https://grafana.github.io/helm-charts"
values = [file("k8s/grafana-tempo.yml")]
values = [file("k8s/grafana-tempo-values.yml")]
}
#Based on hashicorp/hashicorp-vault-eks-addon/aws
vault = {
Expand Down

0 comments on commit cdb2c09

Please sign in to comment.