mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
fix: remove default namespace in k8s example (#4645)
This commit is contained in:
@ -29,7 +29,6 @@ variable "namespace" {
|
|||||||
type = string
|
type = string
|
||||||
sensitive = true
|
sensitive = true
|
||||||
description = "The namespace to create workspaces in (must exist prior to creating workspaces)"
|
description = "The namespace to create workspaces in (must exist prior to creating workspaces)"
|
||||||
default = "coder-workspaces"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "home_disk_size" {
|
variable "home_disk_size" {
|
||||||
|
Reference in New Issue
Block a user