From 6cf0c13cffe8dd1e60f17bb6bdac219e7dc0ea4b Mon Sep 17 00:00:00 2001 From: "Michal.Wrobel" Date: Wed, 4 Dec 2024 11:51:30 +0000 Subject: [PATCH] openbao.md updated --- docs/openbao.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/openbao.md b/docs/openbao.md index 90a8878..fdca26b 100644 --- a/docs/openbao.md +++ b/docs/openbao.md @@ -38,9 +38,9 @@ kubectl get pods -l app.kubernetes.io/name=openbao kubectl exec -ti openbao-0 -- bao operator init ``` -3. And to unseal it you'll have to run the following commant at least three times - each time with a different key: +3. And to unseal it you'll have to run the following command at least three times - each time with a different key: ``` -kubectl exec -ti openbao-0 -- bao operator unseal +kubectl exec -ti openbao-0 -- bao operator unseal ``` 4. Repeat step **2** and **3** for the rest of the pods