From 635e1e5f44289de257165b2309000e341a094b8c Mon Sep 17 00:00:00 2001 From: Stomzy <45337015+airamare01@users.noreply.github.com> Date: Wed, 30 Jul 2025 17:24:19 +0300 Subject: [PATCH] Fix kustomize patch for searcher/symbols This change fixes a minor double replace in the patch manifest in our docs that previously replaces SEARCHER_CACHE_SIZE_MB with SYMBOLS_CACHE_SIZE_MB when the patch is applied. --- docs/admin/deploy/kubernetes/configure.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/deploy/kubernetes/configure.mdx b/docs/admin/deploy/kubernetes/configure.mdx index fa622dd51..232eb9579 100644 --- a/docs/admin/deploy/kubernetes/configure.mdx +++ b/docs/admin/deploy/kubernetes/configure.mdx @@ -1010,7 +1010,7 @@ For example, to update the value for `SEARCHER_CACHE_SIZE_MB` and `SEARCHER_CACH value: name: SEARCHER_CACHE_SIZE_MB value: "50000" - - op: replace + - op: add path: /spec/template/spec/containers/0/env/0 value: name: SYMBOLS_CACHE_SIZE_MB