Add/update example configurations.
This commit is contained in:
parent
40a005329f
commit
3c5b7334a8
8 changed files with 156 additions and 18 deletions
15
dev-example/Readme.md
Normal file
15
dev-example/Readme.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Example setup for development
|
||||
|
||||
The CRD must be deployed independently. Apart from that, the
|
||||
`kustomize.yaml`
|
||||
|
||||
* creates a small 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue