You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/templates/kubernetes/main.tf
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ variable "use_kubeconfig" {
28
28
29
29
variable"namespace" {
30
30
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."
0 commit comments