-
Notifications
You must be signed in to change notification settings - Fork 453
Manage git sync using grafana operator #2453
Copy link
Copy link
Open
Labels
documentationIssues relating to documentation, missing, non-clear etc.Issues relating to documentation, missing, non-clear etc.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Metadata
Metadata
Assignees
Labels
documentationIssues relating to documentation, missing, non-clear etc.Issues relating to documentation, missing, non-clear etc.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Type
Fields
Give feedbackNo fields configured for Enhancement.
Is your feature request related to a problem? Please describe.
Every time my cluster decides to restart the grafana pod i have to reconfigure the git-sync for dashboards.
(If applicable)If your feature request solves a bug please provide a link to the community issue
I searched the repo but couldn't find anything related to git sync or git-sync.
Describe the solution you'd like
I want to be able to configure the git-sync directly from the
Grafana-CRD. Alternatively through some other CRD likeProvisioningConfigthat is then attached to other grafanas like we do with datasources for example.Describe alternatives you've considered
I could provision my dashboards with the operators GrafanaDashboard CRDs. But that would vastly decrease the developer experience for my dashboards contributors.