Open
Description
opened on Apr 5, 2024
It would be great to create a helm chart from all of the modules that would automatically create config maps, this way it can be included as a sub chart. Then modules can be imported via configmap / import.string
remote.kubernetes.configmap "agent_mysql_module" {
namespace = "monitoring"
name = "agent-mysql-module"
}
import.string "mysql" {
content = remote.kubernetes.configmap.agent_mysql_module.data["databases-sql-mysql-metrics.river"]
}
Metadata
Assignees
Labels
No labels
Activity