8c6ad5f431
This change enables installing the zuul-operator on a recent cluster, where CRD are no longer beta: - Update apiVersion in the CRD - Update cert-manager to v1.8.2 - Update pxc to v1.10.0 - Add openAPIV3Schema to zuul crd (from https://review.opendev.org/c/zuul/zuul-operator/+/800302) Change-Id: I12ac02d609ea6a2806c734ca00023e4d1059af37
30 lines
592 B
YAML
30 lines
592 B
YAML
apiVersion: operator.zuul-ci.org/v1alpha2
|
|
kind: Zuul
|
|
metadata:
|
|
name: zuul
|
|
spec:
|
|
imagePrefix: docker.io/zuul
|
|
executor:
|
|
count: 1
|
|
sshkey:
|
|
secretName: executor-ssh-key
|
|
merger:
|
|
count: 1
|
|
scheduler:
|
|
config:
|
|
secretName: zuul-yaml-conf
|
|
launcher:
|
|
config:
|
|
secretName: nodepool-yaml-conf
|
|
connections:
|
|
opendev:
|
|
driver: git
|
|
baseurl: https://opendev.org
|
|
externalConfig:
|
|
kubernetes:
|
|
secretName: nodepool-kube-config
|
|
#
|
|
# uncomment the following if the k8s cluster has less than 3 nodes:
|
|
# database:
|
|
# allowUnsafeConfig: true
|