# grafana¶

The leading tool for querying and visualizing time series and metrics.
This chart is not maintained by the upstream project and any issues with the chart should be raised here
Requirements¶
Dependencies¶
| Repository | Name | Version |
|---|---|---|
| https://grafana.github.io/helm-charts | grafana | 8.0.0 |
Installing the Chart¶
To install the chart with the release name grafana
OCI (Recommended)¶
Traditional¶
helm repo add 3dwardch3ng https://helm-charts.edward.sydney/
helm repo update
helm install grafana 3dwardch3ng/grafana
Uninstalling the Chart¶
To uninstall the grafana deployment
The command removes all the Kubernetes components associated with the chart including persistent volumes and deletes the release.
Configuration¶
Read through the values.yaml file. It has several commented out suggested values. Other values may be used from the values.yaml from the bjw-s common library.
Specify each parameter using the --set key=value[,key=value] argument to helm install.
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
Custom configuration¶
N/A
Values¶
Important: When deploying an application Helm chart you can add more values from the bjw-s common library chart here
| Key | Type | Default | Description |
|---|---|---|---|
| environment.name | string | "default" |
Autogenerated from chart metadata using helm-docs