Skip to content

Commit

Permalink
use nameOverride
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Mar 6, 2024
1 parent ee34bcd commit e51bba7
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 @@ -231,7 +231,7 @@ module "wandb" {
}

ingress = {
name = var.namespace
nameOverride = var.namespace
annotations = {
"kubernetes.io/ingress.class" = "gce"
"kubernetes.io/ingress.global-static-ip-name" = module.app_lb.address_operator_name
Expand Down

0 comments on commit e51bba7

Please sign in to comment.