You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can not be as friendly as it should be, for example, it can not contains special characters like / or because this name is being used to override the dashboard internal uid:
It would be awesome if this name accepts every possible character and the uid is not a problem anymore.
Check if the uid is required for anything else that could impact the operator logic.
The text was updated successfully, but these errors were encountered:
Currently, the dashboard name set in the
organization
CR:--- apiVersion: grafana.k8spin.cloud/v1 kind: Organization metadata: name: example.com namespace: monitoring spec: dashboards: - name: Pods data: | {}
can not be as friendly as it should be, for example, it can not contains special characters like
because this name is being used to override the dashboard internal
/
oruid
:grafana-multi-tenant-operator/grafana/organization.py
Lines 69 to 70 in 34360c6
It would be awesome if this name accepts every possible character and the
uid
is not a problem anymore.Check if the
uid
is required for anything else that could impact the operator logic.The text was updated successfully, but these errors were encountered: