Skip to content

Commit

Permalink
Add Installation Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoberger committed Nov 28, 2024
1 parent f68c24b commit 2b34a42
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b34a42

Please sign in to comment.