k8s-unused-secret-detector: add page (#3342)

italian
Ivan Aracki 2019-10-07 15:29:25 +02:00 committed by Marco Bonelli
parent 71d8dcd96a
commit 1898be912d
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# k8s-unused-secret-detector
> Command line interface tool for detecting unused Kubernetes secrets.
> More information: <https://github.com/dtan4/k8s-unused-secret-detector>.
- Detect unused secrets:
`k8s-unused-secret-detector`
- Detect unused secrets in a specific namespace:
`k8s-unused-secret-detector -n {{namespace}}`
- Delete unused secrets in a specific namespace:
`k8s-unused-secret-detector -n {{namespace}} | kubectl delete secret -n {{namespace}}`