Skip to content

Commit

Permalink
thread enable_helm_release to tf_helm_wandbˆ
Browse files Browse the repository at this point in the history
  • Loading branch information
j7m4 committed Jan 6, 2025
1 parent 1c9fddd commit 1d0182e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ module "wandb" {

operator_chart_version = var.operator_chart_version
controller_image_tag = var.controller_image_tag
enable_helm_release = var.enable_helm_release

spec = {
values = {
Expand Down
6 changes: 6 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ variable "controller_image_tag" {
default = "1.14.0"
}

variable "enable_helm_release" {
type = bool
default = true
description = "Enable or disable applying and releasing Helm chart"
}

##########################################
# Database #
##########################################
Expand Down

0 comments on commit 1d0182e

Please sign in to comment.