From a2403066f99ee123c2244354a20971f51bcaf5fd Mon Sep 17 00:00:00 2001 From: Javier Garea Date: Fri, 14 Jun 2024 14:40:43 +0200 Subject: [PATCH] docs(helm): Fix broken `Values.yaml` link in the examples docs (#13219) --- production/helm/loki/docs/examples/enterprise/README.md | 2 +- production/helm/loki/docs/examples/oss/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/production/helm/loki/docs/examples/enterprise/README.md b/production/helm/loki/docs/examples/enterprise/README.md index d28b48ed985a..82c0d28a2c87 100644 --- a/production/helm/loki/docs/examples/enterprise/README.md +++ b/production/helm/loki/docs/examples/enterprise/README.md @@ -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 diff --git a/production/helm/loki/docs/examples/oss/README.md b/production/helm/loki/docs/examples/oss/README.md index 0326de3f232f..9a0a410c651c 100644 --- a/production/helm/loki/docs/examples/oss/README.md +++ b/production/helm/loki/docs/examples/oss/README.md @@ -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