mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 13:55:24 +02:00
486 B
486 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]}} {{namespace}}
- Delete unused secrets in a specific namespace:
k8s-unused-secret-detector {{[-n|--namespace]}} {{namespace}} | kubectl delete secret {{[-n|--namespace]}} {{namespace}}