Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a5ae7 commit e27cfe6Copy full SHA for e27cfe6
docs/platforms/kubernetes/additional-clusters.md
@@ -23,7 +23,7 @@ If you deployed Coder on Kubernetes, you can attach a kubeconfig as a secret.
23
This assumes Coder is deployed on the `coder` namespace and your kubeconfig file is in ~/.kube/config.
24
25
```sh
26
-kubectl create secret generic kubeconfig-secret -n coder--from-file=~/.kube/config
+kubectl create secret generic kubeconfig-secret -n coder --from-file=~/.kube/config
27
```
28
29
Modify your helm values to mount the secret:
0 commit comments