Skip to content

Commit 7c99363

Browse files
committed
soften deprecation to recommendation
1 parent c9936e0 commit 7c99363

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

helm/provisioner/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -192,13 +192,13 @@ coder:
192192

193193
# provisionerDaemon -- Provisioner Daemon configuration options
194194
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.
202202
pskSecretName: "coder-provisioner-psk"
203203

204204
# provisionerDaemon.keySecretName -- The name of the Kubernetes

0 commit comments

Comments
 (0)