Install the dependencies:
ansible-galaxy collections install -r ansible/collections/requirements.yamlRun the ansible playbook:
ansible-playbook ansible/playbooks/build-rpm.yamlInstall the chart using this command:
helm upgrade -i flotta-rpm helm/rpm-builder/ -n rfeRun the pipeline with the following command:
tkn pipeline start flotta-rpm-build-pipeline --workspace name=shared-workspace,volumeClaimTemplateFile=resources/volumeclaimtemplate.yaml --use-param-defaults