Skip to content

Commit

Permalink
changing the helm provider defaults to true (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarsilva948 authored Jun 18, 2024
1 parent 38c6587 commit 658cdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ variable "enable_kubernetes_provider" {
variable "enable_helm_provider" {
type = bool
description = "Installs the helm provider"
default = false
default = true
}

0 comments on commit 658cdf4

Please sign in to comment.