K8s ConfigMaps and Secrets Usage it's a cronjob that allows you to monitor the usage of ConfigMaps and Secrets on your Kubernetes Cluster.
By checking all configmaps and secrets against PODs, it will help you to identify:
- unused ConfigMaps and Secrets
- which resource is using ConfigMaps and Secrets
Before installing it, check default chart values.
Also, check available chart versions here.
helm install kcmsu oci://ghcr.io/cristian98149/kcmsu-chart --version <VERSION>