Skip to content

Commit

Permalink
fix: add default namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush committed Dec 21, 2024
1 parent b0510bb commit 0abed97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/coder/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,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."
default = "coder"
}

data "coder_parameter" "cpu" {
Expand Down

0 comments on commit 0abed97

Please sign in to comment.