Skip to content

Commit

Permalink
fix: pass cloudprovider value to the helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpanzella committed Jul 9, 2024
1 parent 9536803 commit 1ed02fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ module "wandb" {
global = {
host = local.url
license = var.license

cloudProvider = "gcp"
extraEnv = merge({
"GORILLA_DISABLE_CODE_SAVING" = var.disable_code_saving,
"GORILLA_CUSTOMER_SECRET_STORE_SOURCE" = local.secret_store_source,
Expand Down

0 comments on commit 1ed02fb

Please sign in to comment.