Skip to content

Commit

Permalink
ini commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGoyette committed Oct 30, 2024
1 parent bec5e9f commit b1a3d99
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,7 @@ locals {
data "google_client_config" "current" {}

module "wandb" {
source = "wandb/wandb/helm"
version = "1.2.0"
source = "git::https://github.com:wandb/helm-charts.git?ref=kyle/operator-weave-trace-dangerzone"

spec = {
values = {
Expand All @@ -264,6 +263,10 @@ module "wandb" {
host = local.url
license = var.license
cloudProvider = "gcp"
weave-trace = {
enabled = true
serviceAccountName = local.k8s_sa_map.weave_trace
}
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 b1a3d99

Please sign in to comment.