We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65945ae commit 4bf012cCopy full SHA for 4bf012c
examples/templates/kubernetes/main.tf
@@ -94,7 +94,7 @@ data "coder_parameter" "home_disk_size" {
94
95
provider "kubernetes" {
96
# Authenticate via ~/.kube/config or a Coder-specific ServiceAccount, depending on admin preferences
97
- config_path = var.namespace == true ? "~/.kube/config" : null
+ config_path = var.use_kubeconfig == true ? "~/.kube/config" : null
98
}
99
100
data "coder_workspace" "me" {}
0 commit comments