From dac88324a598a7b9d7566088016140ab5e877dff Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Thu, 1 Jun 2023 23:30:28 +0200 Subject: [PATCH] Better Readme | x2 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba2c11d..2b156b1 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,17 @@ Examples: 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 ``` - $ kubers + $ kubers $SECRET_NAME $SECRET_ENTRY ``` If you want to reveal a secret from another namespace ``` - $ kubers -n + $ kubers -n $SECRET_NAME ```