fix: remove default namespace in k8s example (#4645)

This commit is contained in:
Ben Potter
2022-10-19 11:34:03 -05:00
committed by GitHub
parent 487cc0cd74
commit df39920fcd

View File

@ -29,7 +29,6 @@ variable "namespace" {
type = string
sensitive = true
description = "The namespace to create workspaces in (must exist prior to creating workspaces)"
default = "coder-workspaces"
}
variable "home_disk_size" {