c42f487668
Relates to https://github.com/coder/coder/issues/14985 Context: https://github.com/coder/coder/pull/15122#discussion_r1808458819 Specifying both `provisionerDaemon.pskSecretName` and `provisionerDaemon.keySecretName` will now result in an error. This prevents a potential `CrashLoopBackoff` debug session due to the following error: ``` error: cannot provide both provisioner key --key and pre-shared key --psk ```