From 1ea86a2ed811aad89347cf66212764aec34ffe94 Mon Sep 17 00:00:00 2001 From: Tanuj Date: Fri, 31 Jul 2026 14:15:53 +1000 Subject: [PATCH] Link README Prod install section to deploying-ctrl docs page Fixes #905 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 34d898b0..5307a052 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ Password: `Supersecret123` ### Prod installation: Helm (CTRL Standalone) +> For a full deployment walkthrough, see [Deploying CTRL](https://garvan-data-science-platform.github.io/ctrl-docs/docs/deploying-ctrl) in the docs site. + We have created a helm chart for quick and easy installation of CTRL and its dependencies. If you have a kubernetes cluster and helm CLI installed, you can use this command to install the latest stable version of CTRL: `helm install oci://australia-southeast1-docker.pkg.dev/dsp-registry-410602/garvan-public/ctrl`