Skip to content

Commit

Permalink
add toggle to wandb helm chart and operator
Browse files Browse the repository at this point in the history
  • Loading branch information
theishshah committed Nov 27, 2024
1 parent b4dd4e7 commit 0fe0abf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ resource "helm_release" "wandb" {
name = "wandb-cr"
chart = "wandb-cr"

count = var.enable_helm_release ? 1 : 0

force_update = true

repository = path.module
Expand Down

0 comments on commit 0fe0abf

Please sign in to comment.