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: deploy/helm/grafana-operator/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,5 +104,6 @@ It's easier to just manage this configuration outside of the operator.
104
104
| serviceMonitor.targetLabels | list |`[]`| Set of labels to transfer from the Kubernetes Service onto the target |
105
105
| serviceMonitor.telemetryPath | string |`"/metrics"`| Set path to metrics path |
106
106
| tolerations | list |`[]`| pod tolerations |
107
+
| watchLabeledReferencesOnly | bool |`false`| Sets the `WATCH_LABELED_REFERENCES_ONLY` environment variable, it enables the caching of ConfigMaps and Secrets labeled with `"app.kubernetes.io/managed-by": "grafana-operator"` to reduce requests to the api. By default, ConfigMaps and Secrets are not cached to reduce the memory usage of the operator in large clusters. WARNING This will hide unlabeled ConfigMaps and Secrets from the Operator |
107
108
| watchNamespaceSelector | string |`""`| Sets the `WATCH_NAMESPACE_SELECTOR` environment variable, it defines which namespaces the operator should be listening for based on a namespace label (e.g. `"environment: dev"`). By default, the operator watches all namespaces. To make it watch only its own namespace, check out `namespaceScope` option instead. |
108
109
| watchNamespaces | string |`""`| Sets the `WATCH_NAMESPACE` environment variable, it defines which namespaces the operator should be listening for (e.g. `"grafana, foo"`). By default, the operator watches all namespaces. To make it watch only its own namespace, check out `namespaceScope` option instead. |
0 commit comments