Skip to content

Commit f3ffcba

Browse files
authored
chore: clarify namespace requirement for kubernetes template (#10657)
1 parent 3091f8f commit f3ffcba

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

examples/templates/kubernetes/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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 Kubernetes cluster as you are deploying workspaces to, set this to the same namespace."
3232
}
3333

3434
data "coder_parameter" "cpu" {

0 commit comments

Comments
 (0)