Skip to content

Commit

Permalink
docs: reword a comment in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Jan 11, 2024
1 parent ff2c7f1 commit d7a8919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ locals {
enabled = true
}
serviceMonitor = var.enable_service_monitor ? {
# dummy attribute to make serviceMonitor evaluate to true in a condition in the helm chart
# Dummy attribute to make serviceMonitor evaluate to true in a condition in the Helm chart
foo = "bar"
} : {}
}
Expand Down

0 comments on commit d7a8919

Please sign in to comment.