From 0860626a41afb4c82723518e0823050faa139fc2 Mon Sep 17 00:00:00 2001 From: Khaliq Date: Tue, 9 Jan 2024 21:48:04 +0200 Subject: [PATCH] update docs --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bc3224d..7d5750a 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,9 @@ the latest versions of the packages. You can then run `helm search repo nangohq` to see the charts. * To install the necessary nango charts ``` -helm install nango-jobs nangohq/jobs -helm install nango-runner nangohq/runner -helm install nango-server nangohq/server +helm install nango nangohq/nango ``` * To uninstall the chart ``` -helm delete nango-jobs -helm delete nango-runner -helm delete nango-server +helm delete nango ```