chore: clarify namespace requirement for kubernetes template (#10657)

This commit is contained in:
Ben Potter 2023-11-14 15:50:58 -06:00 committed by GitHub
parent 3091f8f70c
commit f3ffcba63b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ variable "use_kubeconfig" {
variable "namespace" {
type = string
description = "The Kubernetes namespace to create workspaces in (must exist prior to creating workspaces)"
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."
}
data "coder_parameter" "cpu" {