Skip to content

Files

Latest commit

c02b3d9 · Mar 13, 2025

History

History

dev-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 7, 2025
Feb 2, 2025
Jan 30, 2025
Jan 29, 2025
Mar 5, 2025
Jan 25, 2025
Feb 25, 2025
Mar 3, 2025
May 27, 2024
Aug 11, 2023
Feb 18, 2024
Nov 17, 2024
Mar 13, 2025
Feb 10, 2025

Example setup for development

The CRD must be deployed independently. Apart from that, the kustomize.yaml

  • 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 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 used with a private container image repository which must match the one configured for gradle pushImages.