Skip to content

Commit

Permalink
fix(project): adjust dev env README, fix crd kustomization (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Opletal <me@robinopletal.com>
  • Loading branch information
fourstepper authored Dec 20, 2023
1 parent c0733d6 commit 733b3c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ See the [design document](DESIGN.md) for more details on what `osko` aims to do.
make install
```

3. Run your controller (this will run in the foreground, so switch to a new terminal if you want to leave it running):
3. We also depend on Prometheus Operator CRDs (`monitoring.coreos.com` API group). Let's install that to our local cluster now:

```sh
helm install prometheus-operator-crds prometheus-community/prometheus-operator-crds
```

4. Run your controller (this will run in the foreground, so switch to a new terminal if you want to leave it running):

```sh
make run
Expand Down
2 changes: 1 addition & 1 deletion config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resources:
- bases/openslo.com_alertconditions.yaml
- bases/openslo.com_alertnotificationtargets.yaml
- bases/openslo.com_services.yaml
- bases/osko.openslo_mimirrules.yaml
- bases/osko.dev_mimirrules.yaml
#+kubebuilder:scaffold:crdkustomizeresource

patches: []
Expand Down

0 comments on commit 733b3c0

Please sign in to comment.