Skip to content

Commit

Permalink
chore: update README for metadata collection
Browse files Browse the repository at this point in the history
Signed-off-by: Bradley Jones <[email protected]>
  • Loading branch information
bradleyjones committed Jun 5, 2024
1 parent d483fdc commit d57f327
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,16 +419,16 @@ Include only a subset of annotations/labels for each resource type or disable me
```yaml
metadata-collection:
nodes:
include-annotations: [] # List of annotations to include (explicit or regex)
include-labels: [] # List of labels to include (explicit or regex)
annotations: [] # List of annotations to include (explicit or regex)
labels: [] # List of labels to include (explicit or regex)
disable: false # Remove all optional node metadata from the inventory report
namespaces:
include-annotations: [] # List of annotations to include (explicit or regex)
include-labels: [] # List of labels to include (explicit or regex)
annotations: [] # List of annotations to include (explicit or regex)
labels: [] # List of labels to include (explicit or regex)
disable: false # Remove all optional namespace metadata from the inventory report
pods:
include-annotations: [] # List of annotations to include (explicit or regex)
include-labels: [] # List of labels to include (explicit or regex)
annotations: [] # List of annotations to include (explicit or regex)
labels: [] # List of labels to include (explicit or regex)
disable: false # Remove all optional pod metadata from the inventory report
```

Expand Down

0 comments on commit d57f327

Please sign in to comment.