Skip to content

Commit

Permalink
fix: adding wait param for grafana-configs
Browse files Browse the repository at this point in the history
  • Loading branch information
beepdot committed Mar 25, 2023
1 parent c0d9cad commit 6e40710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/helm/grafana_configs_vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ variable "grafana_configs_chart_install_timeout" {
variable "grafana_configs_wait_for_jobs" {
type = bool
description = "Grafana configs wait for jobs paramater."
default = false
default = true
}

0 comments on commit 6e40710

Please sign in to comment.