Skip to content

Commit

Permalink
Docs: Fix link to values.yaml file (#87014)
Browse files Browse the repository at this point in the history
Fix link to values.yaml file

Linking to the "edit" URL fails if the reader doesn't have write access
to the repo: they'll be prompted to fork the repo or to sign in to
GitHub. Instead link to the "blob" URL which is accessible to all
readers.
  • Loading branch information
NicholasPCole committed May 2, 2024
1 parent 3e12fd8 commit 64d5440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/setup-grafana/installation/helm/index.md
Expand Up @@ -196,7 +196,7 @@ By modifying the values in the `values.yaml` file, you can tailor the deployment

In order to make any configuration changes, download the `values.yaml` file from the Grafana Helm Charts repository:

https://github.com/grafana/helm-charts/edit/main/charts/grafana/values.yaml
https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml

{{% admonition type="note" %}}
Depending on your use case requirements, you can use a single YAML file that contains your configuration changes or you can create multiple YAML files.
Expand Down

0 comments on commit 64d5440

Please sign in to comment.