Molecule: molecule test -s minikube
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
Changes
Verification
Molecule:
molecule test -s minikubeManual steps (assumes a local minikube is cluster running):