#8 koji-builder refactor
Merged by steveloranz. Opened by lrossett.
kube-sig/ lrossett/koji-operator koji-builder-refactor  into  main

Download 8.patch

Changes

  • refactor koji-builder role;
  • adds a file per koji-builder type (repo in this case)
  • proper changes in molecule tests
  • some cert.yml refactor as well

Verification

Molecule: molecule test -s minikube

Manual steps (assumes a local minikube is cluster running):

$ export IMG=apps.fedoraproject.org/koji-operator:testing
$ make docker build IMG=$IMG
$ minikube image load $IMG
$ make install
$ make deploy IMG=$IMG
$ kubectl  apply -f ../components/psql/
$ kubectl  apply -f ../components/rabbitmq/1-app.secret.yaml
$ kubectl  applly -f config/samples/buildsys_v1alpha1_kojihub.yaml
$ kubectl  applly -f config/samples/buildsys_v1alpha1_kojibuilder.yaml

Build succeeded.

@steveloranz

Pull-Request has been merged by steveloranz

Metadata