Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Helm Chart from Modules #3

Open
bentonam opened this issue Apr 5, 2024 · 0 comments
Open

Create Helm Chart from Modules #3

bentonam opened this issue Apr 5, 2024 · 0 comments
Assignees

Comments

@bentonam
Copy link
Collaborator

bentonam commented 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"]
}
@Imshelledin21 Imshelledin21 self-assigned this Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants