Update Readme.md
This commit is contained in:
parent
50f9b3ec1a
commit
d5284a04a1
1 changed files with 6 additions and 6 deletions
|
|
@ -3,17 +3,17 @@
|
||||||
The CRD must be deployed independently. Apart from that, the
|
The CRD must be deployed independently. Apart from that, the
|
||||||
`kustomize.yaml`
|
`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.
|
* deploys the operator in namespace `vmop-dev` with a replica of 0.
|
||||||
|
|
||||||
This allows you to run the manager in your IDE.
|
This allows you to run the manager in your IDE.
|
||||||
|
|
||||||
The `kustomize.yaml` also changes the image repository for the
|
The `kustomize.yaml` also changes the container image repository for
|
||||||
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
|
either remove this or adapt it to your own repository if you
|
||||||
also want to test your development version in a container.
|
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 run with a private
|
||||||
repository and the private repository must match the one configured
|
container image repository which must match the one configured
|
||||||
for gradle pushImages.
|
for gradle pushImages.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue