@@ -44,17 +44,17 @@ The command removes all the Kubernetes components associated with the chart and
44
44
45
45
The following table lists the configurable parameters of the ` stash-grafana-dashboards ` chart and their default values.
46
46
47
- | Parameter | Description | Default |
48
- | ---------------------------------| --------------------------------------------------------------------| -------------|
49
- | nameOverride | Overrides name template | ` "" ` |
50
- | fullnameOverride | Overrides fullname template | ` "" ` |
51
- | resources | List of resources for which dashboards will be applied | ` ["stash"] ` |
52
- | dashboard.folderID | ID of Grafana folder where these dashboards will be applied | ` 0 ` |
53
- | dashboard.overwrite | If true, dashboard with matching uid will be overwritten | ` true ` |
54
- | dashboard.templatize.title | If true, datasource will be prefixed to dashboard name | ` false ` |
55
- | dashboard.templatize.datasource | If true, datasource will be hardcoded in the dashboard | ` true ` |
56
- | grafana.name | Name of Grafana Appbinding where these dashboards are applied | ` "" ` |
57
- | grafana.namespace | Namespace of Grafana Appbinding where these dashboards are applied | ` "" ` |
47
+ | Parameter | Description | Default |
48
+ | ---------------------------------| --------------------------------------------------------------------| ------------------------ |
49
+ | nameOverride | Overrides name template | < code >""</ code > |
50
+ | fullnameOverride | Overrides fullname template | < code >""</ code > |
51
+ | resources | List of resources for which dashboards will be applied | < code > [ "stash"] </ code > |
52
+ | dashboard.folderID | ID of Grafana folder where these dashboards will be applied | < code >0</ code > |
53
+ | dashboard.overwrite | If true, dashboard with matching uid will be overwritten | < code > true</ code > |
54
+ | dashboard.templatize.title | If true, datasource will be prefixed to dashboard name | < code > false</ code > |
55
+ | dashboard.templatize.datasource | If true, datasource will be hardcoded in the dashboard | < code > true</ code > |
56
+ | grafana.name | Name of Grafana Appbinding where these dashboards are applied | < code >""</ code > |
57
+ | grafana.namespace | Namespace of Grafana Appbinding where these dashboards are applied | < code >""</ code > |
58
58
59
59
60
60
Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm install ` . For example:
0 commit comments