From 337204ab141ca8b0043ec9a5314c3f0e49d6783a Mon Sep 17 00:00:00 2001 From: Jamison Lahman Date: Thu, 8 Jan 2026 12:28:36 -0800 Subject: [PATCH] Fix Helm chart README link in kubernetes.mdx Updated the link to the Helm chart README for advanced options. --- deployment/local/kubernetes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/local/kubernetes.mdx b/deployment/local/kubernetes.mdx index 9f443dfe..be62041e 100644 --- a/deployment/local/kubernetes.mdx +++ b/deployment/local/kubernetes.mdx @@ -65,7 +65,7 @@ By default, persistent volumes will be created for stateful services (e.g. Postg -See the [Helm chart README](https://github.com/onyx-dot-app/onyx/tree/main/charts/onyx) +See the [Helm chart README](https://github.com/onyx-dot-app/onyx/tree/main/deployment/helm) for advanced options such as running as non-root and testing with Kind.