From 139bc6a2c94694aee2de9bbf8b3bb5d90e38d8d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yuan-Ting=20Hsieh=20=28=E8=AC=9D=E6=B2=85=E5=BB=B7=29?= Date: Thu, 10 Oct 2024 17:21:53 -0700 Subject: [PATCH] Fixed broken doc ref to 'helm_chart' (#3022) (#3032) Co-authored-by: Alessandro Giusa <148333702+agiusa@users.noreply.github.com> --- docs/real_world_fl/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/real_world_fl/overview.rst b/docs/real_world_fl/overview.rst index 23d494d0b1..637489b58b 100644 --- a/docs/real_world_fl/overview.rst +++ b/docs/real_world_fl/overview.rst @@ -68,7 +68,7 @@ For advanced users, you can customize your provision with additional behavior th - **Zip**: To create password protected zip archives for the startup kits, see :ref:`distribution_builder` - **Docker-compose**: Provision to launch NVIDIA FLARE system via docker containers. You can customize the provisioning process and ask the provisioner to generate a docker-compose file. This can be found in :ref:`docker_compose`. - **Docker**: Provision to launch NVIDIA FLARE system via docker containers. If you just want to use docker files, see :ref:`containerized_deployment`. - - **Helm**: To change the provisioning tool to generate an NVIDIA FLARE Helm chart for Kubernetes deployment, see :ref:` helm_chart`. + - **Helm**: To change the provisioning tool to generate an NVIDIA FLARE Helm chart for Kubernetes deployment, see :ref:`helm_chart`. - **CUSTOM**: you can build custom builders specific to your needs like in :ref:`distribution_builder`. Package distribution