Add auth exporter module: implement Kubernetes resources, exporter logic, and testing
This commit is contained in:
@@ -66,3 +66,8 @@ module "grafana" {
|
||||
module "node_exporter" {
|
||||
source = "../../modules/utils/node-exporter"
|
||||
}
|
||||
|
||||
module "auth_exporter" {
|
||||
source = "../../modules/utils/auth-exporter"
|
||||
persistent_folder = "${local.persistent_folder}/monitoring"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user