From d5284a04a1441d2410e1d796e2b6cc49a9f86a90 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" <1446020+mnlipp@users.noreply.github.com> Date: Sat, 2 Sep 2023 08:09:53 +0200 Subject: [PATCH 1/2] Update Readme.md --- dev-example/Readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-example/Readme.md b/dev-example/Readme.md index 99f8d0f..816aae0 100644 --- a/dev-example/Readme.md +++ b/dev-example/Readme.md @@ -3,17 +3,17 @@ The CRD must be deployed independently. Apart from that, the `kustomize.yaml` -* creates a small image repository and +* creates a small cdrom image repository and * deploys the operator in namespace `vmop-dev` with a replica of 0. This allows you to run the manager in your IDE. -The `kustomize.yaml` also changes the image repository for the -operator to a private repository for development. You have to +The `kustomize.yaml` also changes the container image repository for +the operator to a private repository for development. You have to either remove this or adapt it to your own repository if you also want to test your development version in a container. -If you want to run the unittests, this setup must be run with a private -repository and the private repository must match the one configured -for gradle pushImages. \ No newline at end of file +If you want to run the unittests, this setup *must* be run with a private +container image repository which must match the one configured +for gradle pushImages. From a315a86b46604a3d58d717e12b997f794633b965 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" <1446020+mnlipp@users.noreply.github.com> Date: Sat, 2 Sep 2023 08:16:14 +0200 Subject: [PATCH 2/2] Update Readme.md --- dev-example/Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-example/Readme.md b/dev-example/Readme.md index 816aae0..dfcd3e8 100644 --- a/dev-example/Readme.md +++ b/dev-example/Readme.md @@ -11,9 +11,9 @@ This allows you to run the manager in your IDE. The `kustomize.yaml` also changes the container image repository for the operator to a private repository for development. You have to -either remove this or adapt it to your own repository if you -also want to test your development version in a container. +adapt this to your own repository if you also want to test your +development version in a container. -If you want to run the unittests, this setup *must* be run with a private +If you want to run the unittests, this setup *must* be used with a private container image repository which must match the one configured for gradle pushImages.