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
Copy file name to clipboardExpand all lines: examples/common_options/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ weight: 20
8
8
Grafana doesn't have any webhooks or similar ways of notifying the operator that a Grafana resource, like a dashboard, has changed.
9
9
Due to this the Grafana operator constantly polls the Grafana API to test for changes and overwrite the resources, reconciling towards the desired state.
10
10
11
-
We describe this loop as reconciling the manifest(Custom Resource/CR) and synchronizing with Grafana instances.
11
+
We describe this loop as reconciling the manifest(Custom Resource/CR) and synchronizing with Grafana instances.
12
12
13
13
To control how often this polling should occur, you can set the `spec.resyncPeriod` field.
14
14
This tells the operator how often it should reconcile and synchronize the CR.
0 commit comments