From e6ef774fd5aac14ec5a1d878df0fe52548bd218a Mon Sep 17 00:00:00 2001 From: Mukunda Rao Katta Date: Fri, 24 Apr 2026 02:59:04 -0700 Subject: [PATCH] docs: fix Kubernetes deployment wording (#35547) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c87472ace3..778028fc76 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ Import the dashboard to Grafana, using Dify's PostgreSQL database as data source ### Deployment with Kubernetes -If you'd like to configure a highly-available setup, there are community-contributed [Helm Charts](https://helm.sh/) and YAML files which allow Dify to be deployed on Kubernetes. +If you'd like to configure a highly available setup, there are community-contributed [Helm Charts](https://helm.sh/) and YAML files which allow Dify to be deployed on Kubernetes. - [Helm Chart by @LeoQuote](https://github.com/douban/charts/tree/master/charts/dify) - [Helm Chart by @BorisPolonsky](https://github.com/BorisPolonsky/dify-helm)