File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -192,13 +192,13 @@ coder:
192
192
193
193
# provisionerDaemon -- Provisioner Daemon configuration options
194
194
provisionerDaemon :
195
- # provisionerDaemon.pskSecretName -- (deprecated) The name of the Kubernetes secret that contains the
196
- # Pre-Shared Key (PSK) to use to authenticate with Coder. The secret must be in the same namespace
197
- # as the Helm deployment, and contain an item called "psk" which contains the
198
- # pre-shared key.
199
- # WARNING: this field is deprecated and will be removed in a future release.
200
- # Please use provisionerDaemon.keySecretName instead and generate a
201
- # provisioner key instead of a PSK .
195
+ # provisionerDaemon.pskSecretName -- The name of the Kubernetes secret that contains the
196
+ # Pre-Shared Key (PSK) to use to authenticate with Coder. The secret must be
197
+ # in the same namespace as the Helm deployment, and contain an item called
198
+ # "psk" which contains the pre-shared key.
199
+ # NOTE: We no longer recommend using PSKs. Please consider using provisioner
200
+ # keys instead. They have a number of benefits, including the ability to
201
+ # rotate them easily .
202
202
pskSecretName : " coder-provisioner-psk"
203
203
204
204
# provisionerDaemon.keySecretName -- The name of the Kubernetes
You can’t perform that action at this time.
0 commit comments