From 1c2d04b6f2407671e148aebdc5ebda2e4e871458 Mon Sep 17 00:00:00 2001 From: Andrew Obuchowicz Date: Wed, 6 Nov 2024 15:07:13 -0500 Subject: [PATCH] fixup! chore: Document SSH passphrase injection as an experimental feature --- docs/additional-configuration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/additional-configuration.adoc b/docs/additional-configuration.adoc index 6aa8eeded..cbf22479c 100644 --- a/docs/additional-configuration.adoc +++ b/docs/additional-configuration.adoc @@ -189,7 +189,7 @@ Prerequisites: ** The steps below assume the following environment variables are set: *** `$SSH_KEY`: path on disk to private key for SSH keypair (e.g. `~/.ssh/id_ed25519`) *** `$SSH_PUB_KEY`: path on disk to public key for SSH keypair (e.g. `~/.ssh/id_ed25519.pub`) -*** `$PASSPHRASE`: SSH keypair passphrase (optional). Requires setting `config.enableExperimentalFeatures: true` in the DevWorkspaceOperatorConfig. +*** `$PASSPHRASE`: SSH keypair passphrase (optional). *Note:* requires setting `config.enableExperimentalFeatures: true` in the DevWorkspaceOperatorConfig. *** `$NAMESPACE`: namespace where workspaces using the SSH keypair will be started. Process: