Skip to content

Commit

Permalink
docs(helm): Fix broken Values.yaml link in the examples docs (#13219)
Browse files Browse the repository at this point in the history
  • Loading branch information
javiergarea authored Jun 14, 2024
1 parent c9bfa3e commit 9a99b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion production/helm/loki/docs/examples/enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Deploy the secrets file to your k8s cluster with the command:
`kubectl apply -f enterprise-secrets.yaml`

### Configure the Helm Chart
Open [overrides-enterprise-gcs.yaml](./overrides-enterprise-gcs.yaml) and replace `{YOUR_GCS_BUCKET}` with the name of your GCS bucket. If there are other things you'd like to configure, view the core [Values.yaml file](https://github.com/grafana/helm-charts/blob/main/charts/loki-simple-scalable/values.yaml) and override anything else you need to within the overrides-enterprise-gcs.yaml file.
Open [overrides-enterprise-gcs.yaml](./overrides-enterprise-gcs.yaml) and replace `{YOUR_GCS_BUCKET}` with the name of your GCS bucket. If there are other things you'd like to configure, view the core [Values.yaml file](https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml) and override anything else you need to within the overrides-enterprise-gcs.yaml file.

### Install the Helm chart

Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/docs/examples/oss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Deploy the secrets file to your k8s cluster.
`kubectl apply -f loki-secrets.yaml`

### Configure the Helm Chart
Open examples/enterprise/overides-oss-gcs.yaml and replace `{YOUR_GCS_BUCKET}` with the name of your GCS bucket. If there are other things you'd like to configure, view the core [Values.yaml file](https://github.com/grafana/helm-charts/blob/main/charts/loki-simple-scalable/values.yaml) and override anything else you need to within the overrides-enterprise-gcs.yaml file.
Open examples/enterprise/overides-oss-gcs.yaml and replace `{YOUR_GCS_BUCKET}` with the name of your GCS bucket. If there are other things you'd like to configure, view the core [Values.yaml file](https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml) and override anything else you need to within the overrides-enterprise-gcs.yaml file.

### Install the Helm chart

Expand Down

0 comments on commit 9a99b05

Please sign in to comment.