Skip to content

Commit

Permalink
try tempo-distributed
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 6, 2025
1 parent 7bd15ea commit e4f4d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module "tempo-irsa-role" {
# Helm Chart for Tempo
################################################################################
resource "helm_release" "tempo" {
chart = "tempo"
chart = "tempo-distributed"
version = var.tempo_chart_version
name = "tempo"
namespace = var.namespace
Expand Down

0 comments on commit e4f4d85

Please sign in to comment.