Skip to content

Commit

Permalink
add exec for minio-fs
Browse files Browse the repository at this point in the history
  • Loading branch information
nvanthao committed Dec 9, 2024
1 parent 17b449e commit 75767f9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions in-cluster/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,18 @@ spec:
- /export/kotsadm
selector:
- app=kotsadm-minio
- exec:
collectorName: minio-fs-ls
command:
- /usr/bin/mc
args:
- ls
- --summarize
- --recursive
- --json
- /data
selector:
- app=kotsadm-fs-minio
- logs:
collectorName: weave-net
selector:
Expand Down

0 comments on commit 75767f9

Please sign in to comment.