From 46a59ee6bb5d65228903a9ceb9da8d2b3e4a0a47 Mon Sep 17 00:00:00 2001
From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com>
Date: Tue, 15 Nov 2022 08:16:41 -0600
Subject: [PATCH] clarify configured to indicate it is schedule agnostic
---
docs/config/operations.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/config/operations.md b/docs/config/operations.md
index ba8824b7..84d2830a 100644
--- a/docs/config/operations.md
+++ b/docs/config/operations.md
@@ -59,8 +59,8 @@ Deletes collections based on a set of given attributes. The Collection must matc
| Attribute | Description |
|:---------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| `managed` | Collection must be a Managed (the collection has the `PMM` label) or Unmanaged (the collection does not have the `PMM` label) Collection.
**Values:** `true` (Managed) or `false` (Unmanaged) |
-| `configured` | Collection must be a Configured (collection is in the specific PMM run) or Unconfigured (collection is not in the specific PMM run) Collection.
**Values:** `true` (Configured) or `false` (Unconfigured) |
+| `managed` | Collection must be a Managed Collection (the collection has the `PMM` label) or Unmanaged Collection (the collection does not have the `PMM` label)
**Values:** `true` (Managed) or `false` (Unmanaged) |
+| `configured` | Collection must be a Configured Collection (collection is in the config file of the specific PMM run) or Unconfigured Collection (collection is not in the config file of the specific PMM run). The collection does not need to be scheduled to be considered configured and only needs to be in the config file.
**Values:** `true` (Configured) or `false` (Unconfigured) |
| `less` | Collection must contain less then the given number of items.
**Default:** ``
**Values:** Number Greater then 0 |
**Example:**