smaddis / smad-deploy-azure

Terraform scripts to set up AKS, ACR, KV for Kuksa Cloud (Eclipse Hono) deployment.
MIT License
0 stars 6 forks source link

Switch to secret to provide Grafana dashboards #77

Closed JouHouFin closed 3 years ago

JouHouFin commented 3 years ago

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.

msrn commented 3 years ago

LGTM