Skip to content

Commit

Permalink
fix: typo doc repeated
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jun 13, 2023
1 parent 22271be commit f8e40df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/secret-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f8e40df

Please sign in to comment.