From 0318a5f6da7af739f973795845bd22ce951ba7b3 Mon Sep 17 00:00:00 2001 From: GigiaJ Date: Tue, 14 Oct 2025 05:01:30 -0500 Subject: [PATCH] Fix command ref --- iac/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iac/README.md b/iac/README.md index 6a47189..218a0f8 100644 --- a/iac/README.md +++ b/iac/README.md @@ -80,7 +80,7 @@ So Vault is only needed to be set-up once ever ideally. After the dummy values a To access the vault from your local -because opening it publicly would be a bad idea- you need to run: ``` -kubectl --kubeconfig=kubeconfig.yaml port-forward -n vault vault-0 8200:8200 +kubectl port-forward -n vault openbao-0 8200:8200 ``` This enables us to access the openbao UI in our browser. You can add secrets from this interface or if you want you can connect to the pod directly and run OpenBao CLI commands.