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.