Closed rlanore closed 11 months ago
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
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
Linked to https://github.com/aws-observability/aws-observability-accelerator/pull/36. Let me know if this solves the issue
Is your feature request related to a problem?
Our json dashbaord is not available from web server. I want to use configMapRef like:
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