docs: fix incorrect command in project documentation (#8191)

This commit is contained in:
野漫横江
2023-06-25 15:12:10 +00:00
committed by GitHub
parent 98a5ae7f48
commit e27cfe6e6a
@@ -23,7 +23,7 @@ If you deployed Coder on Kubernetes, you can attach a kubeconfig as a secret.
This assumes Coder is deployed on the `coder` namespace and your kubeconfig file is in ~/.kube/config.
```sh
kubectl create secret generic kubeconfig-secret -n coder--from-file=~/.kube/config
kubectl create secret generic kubeconfig-secret -n coder --from-file=~/.kube/config
```
Modify your helm values to mount the secret: