Commit 63a0703 switches Kubernetes Configmap to Kubernetes Secret as means to deliver dashboards to Grafana. This means we get rid of the awfully long configmap output in terraform plan and terraform apply.
Also includes commit fa1b6d7 which is included in pr #75. That should be merged first.
Commit 63a0703 switches Kubernetes Configmap to Kubernetes Secret as means to deliver dashboards to Grafana. This means we get rid of the awfully long configmap output in
terraform plan
andterraform apply
.Also includes commit fa1b6d7 which is included in pr #75. That should be merged first.