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
| service.annotations | object |`{}`| Service annotations |
42
42
| extraContainers | object |`{}`| Arbitrary sidecar containers list |
43
-
| serviceAccount.create | bool |`true`| Specifies whether a Service Account should be created, defaults to "sql-exporter" unless overriden. Check values.yaml for all the available parameters |
43
+
| serviceAccount.create | bool |`true`| Specifies whether a Service Account should be created, creates "sql-exporter" service account if true, unless overriden. Otherwise, set to `default` if false, and custom service account name is not provided. Check all the available parameters.|
44
44
| serviceAccount.annotations | object |`{}`| Annotations to add to the Service Account |
45
45
| resources | object |`{}`| Resource limits and requests for the application controller pods |
| config.global.scrape_timeout_offset | string |`"500ms"`| Scrape timeout offset. Must be strictly positive. |
67
+
| config.global.scrape_error_drop_interval | string |`"0s"`| Interval between dropping scrape_errors_total metric: by default the metric is persistent. |
0 commit comments