openbao.md updated

This commit is contained in:
Michal.Wrobel 2024-12-04 11:51:30 +00:00
parent fba7cb3749
commit 6cf0c13cff

View file

@ -38,9 +38,9 @@ kubectl get pods -l app.kubernetes.io/name=openbao
kubectl exec -ti openbao-0 -- bao operator init 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 <key>
``` ```
4. Repeat step **2** and **3** for the rest of the pods 4. Repeat step **2** and **3** for the rest of the pods