Skip to content

Commit

Permalink
fix: correct vault commands
Browse files Browse the repository at this point in the history
jx secret import does not exist, but on the other hand jx secret vault shell is worth mentioning

Signed-off-by: Mårten Svantesson <Marten.Svantesson@ticket.se>
  • Loading branch information
msvticket committed Sep 26, 2023
1 parent 45f5df5 commit 879a686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/v3/admin/setup/secrets/_index.md
Expand Up @@ -73,7 +73,7 @@ To do this you can run the [jx secret vault portforward](https://github.com/jenk
jx secret vault portforward
```

You should then be able to run the following `jx secret edit` or `jx secret import` commands.
You should then be able to run the following `jx secret edit` command. You can also run the `jx secret vault shell` command, which gives you a shell with an environment where you can can issue `vault` commands.

## Edit Secrets

Expand Down

0 comments on commit 879a686

Please sign in to comment.