mirror of https://github.com/CrimsonTome/tldr.git
432 B
432 B
k8s-unused-secret-detector
Detect 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}}