konveyor / mig-demo-apps

A collection of apps ideal for migration demos
Apache License 2.0
15 stars 70 forks source link

CI file to create Pelorus instance #95

Closed mpryc closed 1 year ago

mpryc commented 1 year ago

Similarly to our Helm deployment this file is for the Pelorus Operator. It allows to create instance that contains different configuration options of the exporters.

To run this install Pelorus operator in the pelorus namespace and run from the directory where the values_v1alpha1_pelorus.yaml is:

oc apply -f values_v1alpha1_pelorus.yaml -n pelorus

Signed-off-by: Michal Pryc mpryc@redhat.com