update README with Helm installation method (#126)

* update README with Helm installation method

* fix typo in README
This commit is contained in:
Adriano Pezzuto
2020-11-02 14:41:09 +01:00
committed by GitHub
parent e764b976aa
commit ff67ab3dc1
+9 -2
View File
@@ -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: