mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
fix: remove default namespace in k8s example (#4645)
This commit is contained in:
@ -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" {
|
||||
|
Reference in New Issue
Block a user