docs: fix psk secret cmd (#9524)

This commit is contained in:
Eric Paulsen
2023-09-06 09:04:44 -04:00
committed by GitHub
parent 7918e65510
commit 4ec2fea66b
+1 -1
View File
@@ -101,7 +101,7 @@ will use in concert with the Helm chart for deploying the Coder server.
secret
```shell
kubectl create secret generic coder-provisioner-psk --from-literal=psk=`head /dev/urandom | tr -dc A-Za-z0-9 | head -c 26`
kubectl create secret generic coder-provisioner-psk --from-literal=psk=`head /dev/urandom | base64 | tr -dc A-Za-z0-9 | head -c 26`
```
1. Modify your Coder `values.yaml` to include