Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs: fix psk secret cmd
  • Loading branch information
ericpaulsen committed Sep 5, 2023
commit 56c447bb310b2c1ea4e359ad148d43561710da87
2 changes: 1 addition & 1 deletion docs/admin/provisioners.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=$(openssl rand -base64 32)
```

1. Modify your Coder `values.yaml` to include
Expand Down