aws-observability / terraform-aws-observability-accelerator

Open source project to help accelerate and ease observability setup on AWS environments
https://aws-observability.github.io/terraform-aws-observability-accelerator/
Apache License 2.0
288 stars 84 forks source link

[FEATURE] Use of configMapRef into GrafanaDashboard #246

Closed rlanore closed 11 months ago

rlanore commented 11 months ago

Is your feature request related to a problem?

Our json dashbaord is not available from web server. I want to use configMapRef like:

apiVersion: grafana.integreatly.org/v1beta1
kind: GrafanaDashboard
metadata:
  name: kafka-dashboard
  namespace: grafana-operator
spec:
  folder: Kafka
  instanceSelector:
    matchLabels:
      dashboards: "external-grafana"
  configMapRef:
    name: grafana-kafka-dashboard
    key: json

Describe the solution you'd like

configMapRef is not available into grafana-operator 5.0.0-rc3.

Upgrade it to 5.5.2 will work after a merge request has been accepted into aws-observability here

bonclay7 commented 11 months ago

Linked to https://github.com/aws-observability/aws-observability-accelerator/pull/36. Let me know if this solves the issue