mirror of
https://github.com/coder/coder.git
synced 2026-06-05 22:18:20 +00:00
413928b57a
- Adds `provisionerDaemon.keySecretName` and `provisionerDaemon.keySecretKey` - Omitting `provisionerDaemon.pskSecretName` will now cause the PSK secret to no longer be created. - Adds a note in `NOTES.txt` regarding provisioner PSKs. - Adds validation that either `provisionerDaemon.keySecretName` or `provisionerDaemon.pskSecretName` is specified, and will fail the install in this case.