Skip to content

Commit

Permalink
docs: run make docs for helm installation instruction
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Constanti <[email protected]>
  • Loading branch information
bavarianbidi committed Feb 12, 2024
1 parent 8ffb953 commit 7640f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/kubernetes-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 7640f0f

Please sign in to comment.