Always generate grafana-config secret

Since https://github.com/brancz/kubernetes-grafana/pull/115, upstream
grafana contains a non-empty config. Generate the grafana-config secret
unconditionally even if no user config is passed.
This commit is contained in:
Sylvain Pasche
2021-09-11 19:26:38 +02:00
parent 80632e8962
commit 6d5c1b793c
3 changed files with 17 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ resources:
- ./manifests/blackbox-exporter-service.yaml
- ./manifests/blackbox-exporter-serviceAccount.yaml
- ./manifests/blackbox-exporter-serviceMonitor.yaml
- ./manifests/grafana-config.yaml
- ./manifests/grafana-dashboardDatasources.yaml
- ./manifests/grafana-dashboardDefinitions.yaml
- ./manifests/grafana-dashboardSources.yaml