Contains the generic helm chart for an application. It is used by Prometheus & Disco project
Reference the release of the chart you want to deploy in terraform
resource "helm_release" "app" {
chart = "https://github.com/DND-IT/app-helm-chart/archive/0.1.0.tar.gz"
...
}
If you specify a IAM role in aws_iam_role_arn
a service account will be create to take advantage of fine grained permission for pods