From b9f4b30a7bf82b705bfa76203afbdd3766b777e6 Mon Sep 17 00:00:00 2001 From: Dennis Haney Date: Thu, 25 Jul 2024 09:04:40 +0200 Subject: [PATCH] docs: add comment about direct access to mimir Signed-off-by: Dennis Haney --- charts/opencost/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/opencost/values.yaml b/charts/opencost/values.yaml index b9b7ffa..ed1ce77 100644 --- a/charts/opencost/values.yaml +++ b/charts/opencost/values.yaml @@ -220,6 +220,8 @@ opencost: # -- Any extra environment variables you would like to pass on to the pod extraEnv: {} # FOO: BAR + # For example, if accessing mimir directly and getting 401 Unauthorized + # PROMETHEUS_HEADER_X_SCOPE_ORGID: anonymous customPricing: # -- Enables custom pricing configuration enabled: false