From 50ee0522112ad9f198b6c383c9caead4c087526a Mon Sep 17 00:00:00 2001 From: r3drun3 Date: Wed, 17 Jan 2024 09:16:51 +0100 Subject: [PATCH] docs(readme): miscellaneous Signed-off-by: r3drun3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82d37df..9208287 100644 --- a/README.md +++ b/README.md @@ -736,7 +736,7 @@ Warning FailedScheduling 63s default-scheduler 0/4 nodes are available: 1 n ## Operator Installation -This repo contains a [github action](https://github.com/stackzoo/khaos/blob/main/.github/workflows/release.yaml) that publish the operator *oci image* to *github registry* when new releases tag are pushed to the main branch. +This repo contains a [github action](https://github.com/stackzoo/khaos/blob/main/.github/workflows/release.yaml) to publish the operator *oci image* to *github registry* when new release tags are pushed to the main branch. In order to install the operator as a pod in the cluster you can leverage one of the *make* targets: ```console make deploy IMG=ghcr.io/stackzoo/khaos:0.0.10