Skip to content

Commit

Permalink
docs: Fix typo grafana helm config (#1331)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Franco <jhoan-sebastian-fran.tilano@kriegerdigital.de>
  • Loading branch information
jhonsfran1165 and Sebastian Franco authored Jan 13, 2023
1 parent ed0707a commit 6a5ec33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/add-ons/grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ You can add more data sources using the [values.yaml](https://github.com/grafana
[Grafana](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/modules/kubernetes-addons/spark-k8s-operator) can be deployed by enabling the add-on via the following. This example shows the usage of the Secrets Manager to create a new secret for Grafana adminPassword.

This option sets a default `adminPassword` by the helm chart which can be extracted from kubernetes `secrets` with the name as `grafana`.

```
enable_grafana = true
```
Expand All @@ -22,7 +23,7 @@ Also, provide the `adminPassword` using set_sensitive values as shown in the exa
enable_grafana = true
grafana_irsa_policies = [] # Optional to add additional policies to IRSA
# Optional karpenter_helm_config
# Optional grafana_helm_config
grafana_helm_config = {
name = "grafana"
chart = "grafana"
Expand Down

0 comments on commit 6a5ec33

Please sign in to comment.