-
Notifications
You must be signed in to change notification settings - Fork 1
Various issues with annotations #99
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When an asset with a dash0.com/folder-path annotation is exported via get -o yaml and re-applied via apply -f, the folder path is silently dropped.
The same happens with dash0.com/source on dashboards and dash0.com/sharing on all asset types that support it.
Additionally, spec.permissions on views and synthetic checks is stripped during the same flow, meaning permission assignments are lost on re-apply.
Affected asset types: dashboards, views, synthetic checks.
Steps to reproduce:
- Create a dashboard with
dash0.com/folder-pathset (e.g., viaapply -f) - Export it:
dash0 dashboards get <id> -o yaml - Re-apply:
dash0 apply -f exported.yaml - Export again and compare —
folder-pathis gone - Check in Dash0: The dashboard is not in the folder
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working