From f8e40df9b1667867e58e61a480494dbc9be2cd8f Mon Sep 17 00:00:00 2001 From: devthejo Date: Tue, 13 Jun 2023 12:33:58 +0200 Subject: [PATCH] fix: typo doc repeated --- docs/secret-export.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/secret-export.md b/docs/secret-export.md index ee451aeb7..4d7c5c194 100644 --- a/docs/secret-export.md +++ b/docs/secret-export.md @@ -104,8 +104,6 @@ SecretExport CRD allows to "offer" secrets for export. - In: Label's value must match one of the specified values. - NotIn: Label's value must not match any of the specified values. - Exists: Pod must include a label with the specified key (the value isn't important). When using this operator, the values field should not be specified. - - NotIn: Label's value must not match any of the specified values. - - Exists: Pod must include a label with the specified key (the value isn't important). When using this operator, the values field should not be specified. - DoesNotExist: Pod must not include a label with the specified key. The values property must not be specified. - `values` (optional; array if string) Values to match on the resource key using the comparison operator.