Skip to content

Commit de9c6fd

Browse files
authored
chore: clarify namespace requirement
1 parent 652097e commit de9c6fd

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

examples/templates/kubernetes/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ variable "use_kubeconfig" {
2828

2929
variable "namespace" {
3030
type = string
31-
description = "The Kubernetes namespace to create workspaces in (must exist prior to creating workspaces)"
31+
description = "The Kubernetes namespace to create workspaces in (must exist prior to creating workspaces). If the Coder host is itself running as a Pod on the same
32+
Kubernetes cluster as you are deploying workspaces to, set this to the same namespace."
3233
}
3334

3435
data "coder_parameter" "cpu" {

0 commit comments

Comments
 (0)