From 8510130bb2460768e9158006d2065134e2bbb753 Mon Sep 17 00:00:00 2001 From: "Anna (Anya) Parker" <50943381+anna-parker@users.noreply.github.com> Date: Wed, 8 May 2024 16:56:12 +0200 Subject: [PATCH] Update kubernetes/README.md Co-authored-by: Cornelius Roemer --- kubernetes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/README.md b/kubernetes/README.md index f98ed30f0..5e6271bdd 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -32,7 +32,7 @@ helm install loculus kubernetes/loculus -f my-values.yaml Install [k3d](https://k3d.io/v5.6.0/) and [helm](https://helm.sh/). -We deploy kubernetes via the `../deploy.py` script, this requires you to have `pyyaml` and `requests` installed. We recommend following the steps in [ingest](/ingest/README.md) to activate the loculus-ingest mamba environment which includes these packages, but the packages can also be installed individually. +We deploy to kubernetes via the `../deploy.py` script. It requires you to have `pyyaml` and `requests` installed. ### Setup for local development