2937272624
This change replaces the existing tasks with a dhall function to generates all the kubernetes objects. The operator nows converts the CR spec to a dhall `Input`, then it applies the function output to the cluster. Follow-up changes demonstrate how runtime operations can be performed around that function. This change updates the zuul-ci_v1alpha1_zuul_cr.yaml file with the actual CR defined in the zuul specification so that it can be used in the functional tests. Depends-On: https://review.opendev.org/702753 Change-Id: Iea51bccf90def6e827d2c5846ad6a7e4c86a5bc1
9 lines
262 B
Makefile
9 lines
262 B
Makefile
image:
|
|
podman build -f build/Dockerfile -t docker.io/zuul/zuul-operator .
|
|
|
|
install:
|
|
kubectl apply -f deploy/crds/zuul-ci_v1alpha1_zuul_crd.yaml -f deploy/rbac.yaml -f deploy/operator.yaml
|
|
|
|
deploy-cr:
|
|
kubectl apply -f deploy/crds/zuul-ci_v1alpha1_zuul_cr.yaml
|