mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48: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.
13 lines
428 B
Plaintext
13 lines
428 B
Plaintext
{{/*
|
|
Deprecation notices:
|
|
*/}}
|
|
|
|
{{- if .Values.provisionerDaemon.pskSecretName }}
|
|
* Provisioner Daemon PSKs are no longer recommended for use with external
|
|
provisioners. Consider migrating to scoped provisioner keys instead. For more
|
|
information, see: https://coder.com/docs/admin/provisioners#authentication
|
|
{{- end }}
|
|
|
|
Enjoy Coder! Please create an issue at https://github.com/coder/coder if you run
|
|
into any problems! :)
|