-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add proposal for grafana dashboard parent folder management #1592
docs: add proposal for grafana dashboard parent folder management #1592
Conversation
Outcome from discussing this in our weekly: we want to only add
Will clean up the proposal and we can further discuss this async |
766a7e7
to
f17f88e
Compare
@theSuess Normally, this should be fine now. I let you review a last time the document. :) |
docs/docs/proposals/005-grafanadashboard-folder-management-strategy-update.md
Outdated
Show resolved
Hide resolved
docs/docs/proposals/005-grafanadashboard-folder-management-strategy-update.md
Outdated
Show resolved
Hide resolved
docs/docs/proposals/005-grafanadashboard-folder-management-strategy-update.md
Outdated
Show resolved
Hide resolved
docs/docs/proposals/005-grafanadashboard-folder-management-strategy-update.md
Outdated
Show resolved
Hide resolved
57c91cd
to
bbf40f1
Compare
…ard-parent-folder-management docs: add proposal for grafana dashboard parent folder management
544abbd
to
8a9c52c
Compare
Aim of the merge request:
This MR aims to create a document to propose an evolution on the folder management related to the parent folder.
The suggested new features are:
folderRef
field to target a folder deployed thanks to the GrafanaFolder CR.folderUID
field to target an existing folder in Grafana.createFolder
(default: true for retrocompatibility). This field cannot be false iffolderUID
andfolderRef
are not set in the GrafanaDashboard manifest.Breaking change
There is no breaking change because it is just a proposal document. Nothing is implemented yet.
This should be discussed during a maintainer meeting.