Better Readme | x2

This commit is contained in:
Nikolai Rodionov 2023-06-01 23:30:28 +02:00
parent e89ef4c1ec
commit dac88324a5
Signed by: allanger
GPG Key ID: 19DB54039EBF8F10
1 changed files with 3 additions and 3 deletions

View File

@ -13,17 +13,17 @@ Examples:
If you want to reveal all entries in the current k8s namespace If you want to reveal all entries in the current k8s namespace
``` ```
$ kubers $ kubers $SECRET_NAME
``` ```
If you want to reveal only one entry from the secret in the current namepspace If you want to reveal only one entry from the secret in the current namepspace
``` ```
$ kubers $ kubers $SECRET_NAME $SECRET_ENTRY
``` ```
If you want to reveal a secret from another namespace If you want to reveal a secret from another namespace
``` ```
$ kubers -n $ kubers -n $SECRET_NAME
``` ```