Add auth exporter module: implement Kubernetes resources, exporter logic, and testing

This commit is contained in:
2025-10-03 00:26:47 +02:00
parent 0a0d4c9c15
commit eb60d37c2d
10 changed files with 489 additions and 2 deletions
@@ -5,7 +5,7 @@ variable "tag" {
}
variable "namespace" {
description = "Kubernetes namespace to deploy the metrics server"
description = "Kubernetes namespace to deploy the cert checker"
type = string
}