You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
image:
|
|
podman build -f build/Dockerfile -t docker.io/zuul/zuul-operator .
|
|
|
|
install:
|
|
kubectl apply -f deploy/crds/zuul-ci_v1alpha2_zuul_crd.yaml -f deploy/rbac-admin.yaml -f deploy/operator.yaml
|
|
|
|
deploy-cr:
|
|
kubectl apply -f deploy/crds/zuul-ci_v1alpha2_zuul_cr.yaml
|