From d6771661971e9010e7b9e233b3953f472591c4e8 Mon Sep 17 00:00:00 2001
From: nwsparks
Date: Thu, 15 Aug 2024 09:25:47 -0400
Subject: [PATCH] update value descriptions
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 546b1115..233e5e29 100644
--- a/README.md
+++ b/README.md
@@ -89,10 +89,10 @@ kubectl apply -f https://raw.githubusercontent.com/abahmed/kwatch/v0.10.0/deploy
| Parameter | Description |
|:-------------------------------|:-----------------------|
| `maxRecentLogLines` | Optional Max tail log lines in messages, if it's not provided it will get all log lines |
-| `namespaces` | Optional comma separated list of namespaces that you want to watch or forbid, if it's not provided it will watch all namespaces. If you want to forbid a namespace, configure it with `!`. You can either set forbidden namespaces or allowed, not both. |
-| `reasons` | Optional comma separated list of reasons that you want to watch or forbid, if it's not provided it will watch all reasons. If you want to forbid a reason, configure it with `!`. You can either set forbidden reasons or allowed, not both. |
+| `namespaces` | Optional list of namespaces that you want to watch or forbid, if it's not provided it will watch all namespaces. If you want to forbid a namespace, configure it with `!`. You can either set forbidden namespaces or allowed, not both. |
+| `reasons` | Optional list of reasons that you want to watch or forbid, if it's not provided it will watch all reasons. If you want to forbid a reason, configure it with `!`. You can either set forbidden reasons or allowed, not both. |
| `ignoreFailedGracefulShutdown` | If set to true, containers which are forcefully killed during shutdown (as their graceful shutdown failed) are not reported as error |
-| `ignoreContainerNames` | Optional comma separated list of container names to ignore |
+| `ignoreContainerNames` | Optional list of container names to ignore |
| `ignorePodNames` | Optional list of pod name regexp patterns to ignore |
| `IgnoreLogPatterns` | Optional list of regexp patterns of logs to ignore |