Closed KevinDW-Fluxys closed 3 months ago
For anyone else having this issue: i found in my grafana logs that i had an error about a missing access
property.
After adding access: proxy
to the spec of my datasource it worked. If this is not something related to my environment alone, it should probably be added in the provision script.
Describe the bug
When trying to provision an infinity datasource through the grafana operator with a
GrafanaDatasource
CRD, I get a 400 error without further info.Steps to reproduce
Add a simple datasource through the grafana operator, for example:
Version Details:
Additional context
I have tried with multiple combinations of parameters, the example given above is the most simplistic (the one you get when clicking the
Provisioning Script
button on a new datasource.