Open bentonam opened 7 months ago
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
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"] }
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