-
Notifications
You must be signed in to change notification settings - Fork 407
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
GrafanaDashboard folder handling #1514
Comments
Thanks for pointing this out. We'll deprecate the Removing the |
I think that there's some flexibility to be gained having the GrafanaAlertRuleGroup use the GrafanaDashboard folder strategy instead of FolderRef. Makes it easier to use existing folders that may not be captured in code through the operator. I definitely think there should be a standard strategy they both default to. |
I also encountered related issue. When I tried to use |
@mangkoran if using helm to install the operator, you'll need to perform additonal steps to also update the resource definitions: https://grafana.github.io/grafana-operator/docs/installation/helm/#upgrading |
The issue in general has been resolved through #1601 |
Describe the bug
GrafanaDashboard currently have a spec.folder that is the folder name to be used or created. It does NOT "connect" to the GrafanaFolder CR
Version
v5.8.1
To Reproduce
Expected behavior
It should follow the same strategy that GrafanaAlertRuleGroup follow using the folderRef instead.
Otherwise GrafanaAlertRuleGroup should follow GrafanaDashboard folder strategy
Runtime (please complete the following information):
The text was updated successfully, but these errors were encountered: