From d3b526041f3f2dc39f6b64911666d78cb7eb1fb1 Mon Sep 17 00:00:00 2001 From: Const-antine Date: Thu, 28 Aug 2025 12:45:56 -0400 Subject: [PATCH] better formatting --- deploy/charts/litellm-helm/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/charts/litellm-helm/README.md b/deploy/charts/litellm-helm/README.md index ba95d2846a..86b5918f01 100644 --- a/deploy/charts/litellm-helm/README.md +++ b/deploy/charts/litellm-helm/README.md @@ -44,6 +44,7 @@ If `db.useStackgresOperator` is used (not yet implemented): #### Example `proxy_config` ConfigMap from values (default): + ``` proxyConfigMap: create: true @@ -61,6 +62,7 @@ proxy_config: #### Example using existing `proxyConfigMap` instead of creating it: + ``` proxyConfigMap: create: false @@ -72,6 +74,7 @@ proxyConfigMap: #### Example `environmentSecrets` Secret + ``` apiVersion: v1 kind: Secret