From 2b34a4227befc934b3e9c4b1a7b6a58f0a9de48a Mon Sep 17 00:00:00 2001 From: ricoberger Date: Thu, 28 Nov 2024 20:35:43 +0100 Subject: [PATCH] Add Installation Instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5071191..ad20d6b 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,13 @@ will also create three `Role`s and `RoleBinding`s `kobs-mygroup2` for the second ## Installation +The operator can be installed via the Helm chart present in the `charts` +directory. The chart can be installed with the following command: + +```sh +helm upgrade --install namespacerole-operator oci://ghcr.io/kobsio/charts/namespacerole-operator --version 0.1.0 +``` + ## Development After modifying the `*_types.go` files in the `api/v1alpha1` folder always run