Merge branch 'main' of git@github.com:mnlipp/VM-Operator.git into main

This commit is contained in:
Michael Lipp 2023-09-02 12:40:24 +02:00
commit c89fb1a63c

View file

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