From ff67ab3dc12b9463bd4db81941ba14108eeedf7f Mon Sep 17 00:00:00 2001 From: Adriano Pezzuto <2222461+bsctl@users.noreply.github.com> Date: Mon, 2 Nov 2020 14:41:09 +0100 Subject: [PATCH] update README with Helm installation method (#126) * update README with Helm installation method * fix typo in README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ce7d46f..93300b5d 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,15 @@ However, implementing advanced multi-tenancy scenarios, for example, a private o Please, refer to the corresponding [section](use_cases.md) for a more detailed list of use cases that Capsule can address. # Installation -Ensure you have `kubectl` and [`kustomize`](https://github.com/kubernetes-sigs/kustomize) -installed in your `PATH`. Also, make sure you have access to a Kubernetes cluster as an administrator. +Make sure you have access to a Kubernetes cluster as an administrator. + +There are two ways to install Capsule: + +* Use the Helm Chart available [here](https://github.com/clastix/capsule-helm-chart) +* Use [`kustomize`](https://github.com/kubernetes-sigs/kustomize) + +## Install with kustomize +Ensure you have `kubectl` and `kustomize` installed in your `PATH`. Clone this repository and move to the repo folder: