Update Readme.md

This commit is contained in:
Michael N. Lipp 2023-09-02 08:16:14 +02:00 committed by GitHub
parent d5284a04a1
commit a315a86b46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 `kustomize.yaml` also changes the container image repository for
the operator to a private repository for development. You have to the operator to a private repository for development. You have to
either remove this or adapt it to your own repository if you adapt this to your own repository if you also want to test your
also want to test your development version in a container. 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 container image repository which must match the one configured
for gradle pushImages. for gradle pushImages.