
k8s-unused-secret-detector
List of commands for k8s-unused-secret-detector:
-
k8s-unused-secret-detector:tldr:6f65c k8s-unused-secret-detector: Detect unused secrets in a specific namespace.$ k8s-unused-secret-detector -n ${namespace}try on your machineexplain this command
-
k8s-unused-secret-detector:tldr:be33c k8s-unused-secret-detector: Detect unused secrets.$ k8s-unused-secret-detectortry on your machineexplain this command
-
k8s-unused-secret-detector:tldr:ed5cd k8s-unused-secret-detector: Delete unused secrets in a specific namespace.$ k8s-unused-secret-detector -n ${namespace} | kubectl delete secret -n ${namespace}try on your machineexplain this command