We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ec366 commit 1ed69b9Copy full SHA for 1ed69b9
examples/kubernetes-multi-service/main.tf
@@ -14,7 +14,15 @@ terraform {
14
variable "step1_use_kubeconfig" {
15
type = bool
16
sensitive = true
17
- description = "Use local ~/.kube/config? (true/false)"
+ description = <<-EOF
18
+ Use host kubeconfig? (true/false)
19
+
20
+ If true, a valid "~/.kube/config" must be present on the Coder host. This
21
+ is likely not your local machine unless you are using `coder server --dev.`
22
23
+ If false, proceed for instructions creating a ServiceAccount on your existing
24
+ Kubernetes cluster.
25
+ EOF
26
}
27
28
variable "step2_cluster_host" {
0 commit comments