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: charts/grafana/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,13 +168,15 @@ need to instead set `global.imageRegistry`.
168
168
|`lifecycleHooks`| Lifecycle hooks for podStart and preStop [Example](https://kubernetes.io/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/#define-poststart-and-prestop-handlers)|`{}`|
|`sidecar.enableUniqueFilenames`| Sets the kiwigrid/k8s-sidecar UNIQUE_FILENAMES environment variable. If set to `true` the sidecar will create unique filenames where duplicate data keys exist between ConfigMaps and/or Secrets within the same or multiple Namespaces. |`false`|
177
177
|`sidecar.alerts.enabled`| Enables the cluster wide search for alerts and adds/updates/deletes them in grafana |`false`|
178
+
|`sidecar.alerts.env`| Extra environment variables passed to pods |`{}`|
179
+
|`sidecar.alerts.envValueFrom`| Environment variables from alternate sources. See the API docs on [EnvVarSource](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.17/#envvarsource-v1-core) for format details. Can be templated |`{}`|
178
180
|`sidecar.alerts.label`| Label that config maps with alerts should have to be added (can be templated) |`grafana_alert`|
179
181
|`sidecar.alerts.labelValue`| Label value that config maps with alerts should have to be added (can be templated) |`""`|
180
182
|`sidecar.alerts.searchNamespace`| Namespaces list. If specified, the sidecar will search for alerts config-maps inside these namespaces. Otherwise the namespace in which the sidecar is running will be used. It's also possible to specify ALL to search in all namespaces. |`nil`|
@@ -185,6 +187,8 @@ need to instead set `global.imageRegistry`.
185
187
|`sidecar.alerts.initAlerts`| Set to true to deploy the alerts sidecar as an initContainer. This is needed if skipReload is true, to load any alerts defined at startup time. |`false`|
|`sidecar.dashboards.enabled`| Enables the cluster wide search for dashboards and adds/updates/deletes them in grafana |`false`|
190
+
|`sidecar.dashboards.env`| Extra environment variables passed to pods |`{}`|
191
+
|`sidecar.dashboards.envValueFrom`| Environment variables from alternate sources. See the API docs on [EnvVarSource](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.17/#envvarsource-v1-core) for format details. Can be templated |`{}`|
188
192
|`sidecar.dashboards.SCProvider`| Enables creation of sidecar provider |`true`|
189
193
|`sidecar.dashboards.provider.name`| Unique name of the grafana provider |`sidecarProvider`|
190
194
|`sidecar.dashboards.provider.orgid`| Id of the organisation, to which the dashboards should be added |`1`|
0 commit comments