APPUiO
Setup and deploy the Helm charts with APPUiO.
Login with OpenShift
Open the OpenShift console in your zone.
Click on the username on the top right and select Copy login command.
In the new tab click Display token and copy the Login with this token command.
Run the command in your shell.
Setup project
If not alrady done, create a project with the oc cli.
bash
oc new-project odooCreate Odoo release
Add Helm repos to the local index.
bash
task add-reposSwitch to axo cluster.
bash
task switch-cluster axoInstall the Helm release.
bash
task install-chart odoo values/odoo.axo.mintcloud.ch.yaml