From de9c6fdb110dc9b8bf91ca75ce9d46ffc8a328b0 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Mon, 13 Nov 2023 10:56:06 -0600 Subject: [PATCH 1/2] chore: clarify namespace requirement --- examples/templates/kubernetes/main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/templates/kubernetes/main.tf b/examples/templates/kubernetes/main.tf index b8ed0c3d78d74..601d33037354e 100644 --- a/examples/templates/kubernetes/main.tf +++ b/examples/templates/kubernetes/main.tf @@ -28,7 +28,8 @@ 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" { From 779aa8ca44c784def07ce3b515bf53467d72db24 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Tue, 14 Nov 2023 21:48:17 +0000 Subject: [PATCH 2/2] Update Kubernetes namespace description in main.tf --- examples/templates/kubernetes/main.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/templates/kubernetes/main.tf b/examples/templates/kubernetes/main.tf index 601d33037354e..9177b338f8109 100644 --- a/examples/templates/kubernetes/main.tf +++ b/examples/templates/kubernetes/main.tf @@ -28,8 +28,7 @@ variable "use_kubeconfig" { variable "namespace" { type = string - 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." + 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" {