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