k8s-unused-secret-detector: add page (#3342)
This commit is contained in:

committed by
Marco Bonelli

parent
71d8dcd96a
commit
1898be912d
16
pages/common/k8s-unused-secret-detector.md
Normal file
16
pages/common/k8s-unused-secret-detector.md
Normal 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}}`
|
Reference in New Issue
Block a user