From 7640f0f72f879aee30ac26ba41795ddff6289306 Mon Sep 17 00:00:00 2001 From: Mario Constanti Date: Mon, 12 Feb 2024 15:47:16 +0100 Subject: [PATCH] docs: run make docs for helm installation instruction Signed-off-by: Mario Constanti --- tutorials/kubernetes-helm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kubernetes-helm/README.md b/tutorials/kubernetes-helm/README.md index 3f21a8874d..ae1705ce2a 100644 --- a/tutorials/kubernetes-helm/README.md +++ b/tutorials/kubernetes-helm/README.md @@ -5,7 +5,7 @@ helm upgrade --version="25.11.0" --install --namespace="my-lovely-namespace" --v ``` Please note that you need to replace the two placeholders in the values: `BUCKET_REPLACE_ME` and `CLUSTER_NAME`. -It's also mandatory to create a secret for the sidecar to access the object storage bucket. +It's also mandatory to create a secret for the sidecar to access the object storage bucket. In the example below, `GCS` is used and for that a secret with name `thanos-storage-secret` got manually created and used in here. A more detailed documentation about the different values can be found on the [helm chart repository](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus).