fef7c272f7
Operator expects a {name,value} object, so we were unable to set envs with the existing CRD schema Change-Id: Icf81caea3e141c56b0669e901dd1175c2b3465fe
33 lines
647 B
YAML
33 lines
647 B
YAML
apiVersion: operator.zuul-ci.org/v1alpha2
|
|
kind: Zuul
|
|
metadata:
|
|
name: zuul
|
|
spec:
|
|
imagePrefix: quay.io/zuul-ci
|
|
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
|
|
# env:
|
|
# - name: EXAMPLE
|
|
# value: example
|
|
#
|
|
# uncomment the following if the k8s cluster has less than 3 nodes:
|
|
# database:
|
|
# allowUnsafeConfig: true
|