Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df39920

Browse files
authored
fix: remove default namespace in k8s example (coder#4645)
1 parent 487cc0c commit df39920

File tree

1 file changed

+0
-1
lines changed
  • examples/templates/kubernetes

1 file changed

+0
-1
lines changed

examples/templates/kubernetes/main.tf

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ variable "namespace" {
2929
type = string
3030
sensitive = true
3131
description = "The namespace to create workspaces in (must exist prior to creating workspaces)"
32-
default = "coder-workspaces"
3332
}
3433

3534
variable "home_disk_size" {

0 commit comments

Comments
 (0)