Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e27cfe6

Browse files
docs: fix incorrect command in project documentation (#8191)
1 parent 98a5ae7 commit e27cfe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/kubernetes/additional-clusters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you deployed Coder on Kubernetes, you can attach a kubeconfig as a secret.
2323
This assumes Coder is deployed on the `coder` namespace and your kubeconfig file is in ~/.kube/config.
2424

2525
```sh
26-
kubectl create secret generic kubeconfig-secret -n coder--from-file=~/.kube/config
26+
kubectl create secret generic kubeconfig-secret -n coder --from-file=~/.kube/config
2727
```
2828

2929
Modify your helm values to mount the secret:

0 commit comments

Comments
 (0)