Skip to content

Commit

Permalink
remove namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGoyette committed Nov 21, 2024
1 parent eeb0201 commit 53bead9
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 @@ -342,7 +342,7 @@ module "wandb" {
}
internalJWTMap = [
{
subject = "system:serviceaccount:${var.namespace}:${local.weave_trace_service_account_name}",
subject = "system:serviceaccount:default:${local.weave_trace_service_account_name}",
issuer = var.kubernetes_cluster_oidc_issuer_url
}
]
Expand Down

0 comments on commit 53bead9

Please sign in to comment.