From c54f1c7a545a08ac13cf9255e55f9da5420ec92c Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Tue, 21 Nov 2023 08:31:22 +0100 Subject: [PATCH] Update dev-docs/howto/vpn/README.md Co-authored-by: 3u13r --- dev-docs/howto/vpn/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/howto/vpn/README.md b/dev-docs/howto/vpn/README.md index 4e21a04ac0..61fb7d0dd0 100644 --- a/dev-docs/howto/vpn/README.md +++ b/dev-docs/howto/vpn/README.md @@ -13,7 +13,7 @@ This Helm chart deploys a VPN server to your Constellation cluster. 2. Install the Helm chart. ```sh - helm install vpn . >config.yaml + helm install -f config.yaml vpn . ``` 3. Follow the post-installation instructions displayed by the CLI.