Skip to content

Commit 4bf012c

Browse files
authored
fix: typo in kubernetes template (coder#6683)
1 parent 65945ae commit 4bf012c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

examples/templates/kubernetes/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ data "coder_parameter" "home_disk_size" {
9494

9595
provider "kubernetes" {
9696
# Authenticate via ~/.kube/config or a Coder-specific ServiceAccount, depending on admin preferences
97-
config_path = var.namespace == true ? "~/.kube/config" : null
97+
config_path = var.use_kubeconfig == true ? "~/.kube/config" : null
9898
}
9999

100100
data "coder_workspace" "me" {}

0 commit comments

Comments
 (0)