Skip to content

Commit

Permalink
Fixup! Remove operator refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Foucha committed Mar 21, 2024
1 parent a0fa6f6 commit 6878056
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 1 addition & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,7 @@ module "wandb" {
}

app = {
extraEnvs = merge({
"GORILLA_GLUE_LIST" = !var.enable_operator
}, var.app_wandb_env)
extraEnvs = var.app_wandb_env
}

ingress = {
Expand Down
6 changes: 0 additions & 6 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,6 @@ variable "size" {
default = null
}

variable "enable_operator" {
type = bool
description = "Boolean indicating if the new operator should be enabled"
default = false
}

variable "weave_wandb_env" {
type = map(string)
description = "Extra environment variables for W&B"
Expand Down

0 comments on commit 6878056

Please sign in to comment.