generated from coulomb/repo-seed
Fix OpenBao unseal command card
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user