From 222674432b7ffdc3cdbf2aceb9f9020c4fcdd9b6 Mon Sep 17 00:00:00 2001 From: Benjamin von Mossner Date: Thu, 25 Jul 2024 11:42:13 +0200 Subject: This commit adds an environment dict to garage helm chart. Using it, env variables can be set into the garage container environment, useful to set eg. GARAGE_ADMIN_TOKEN or GARAGE_METRICS_TOKEN --- script/helm/garage/values.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'script/helm/garage/values.yaml') diff --git a/script/helm/garage/values.yaml b/script/helm/garage/values.yaml index 63164b9b..5c381f16 100644 --- a/script/helm/garage/values.yaml +++ b/script/helm/garage/values.yaml @@ -216,6 +216,8 @@ tolerations: [] affinity: {} +environment: {} + monitoring: metrics: # If true, a service for monitoring is created with a prometheus.io/scrape annotation -- cgit v1.2.3