Fix OpenBao unseal command card
This commit is contained in:
parent
7a060a0ee6
commit
d964cf46a3
1 changed files with 2 additions and 2 deletions
|
|
@ -1234,10 +1234,10 @@ def command_payloads(data: dict[str, Any]) -> list[dict[str, str]]:
|
|||
},
|
||||
{
|
||||
"name": "OpenBao unseal prompt",
|
||||
"description": "Enter unseal shares by prompt. Do not place shares on the command line.",
|
||||
"description": "Enter unseal shares by interactive terminal prompt. Do not place shares on the command line.",
|
||||
"status": unseal_state,
|
||||
"status_reason": unseal_reason,
|
||||
"command": "kubectl exec -n openbao openbao-0 -- bao operator unseal",
|
||||
"command": "kubectl exec -it -n openbao openbao-0 -- bao operator unseal",
|
||||
},
|
||||
{
|
||||
"name": "OpenBao initial configuration",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue