zuul-operator/deploy/crds/zuul-ci_v1alpha2_zuul_cr.yaml
Damian Fajfer fef7c272f7 Fix schema for env variables
Operator expects a {name,value} object, so we were unable to set envs with the existing CRD schema

Change-Id: Icf81caea3e141c56b0669e901dd1175c2b3465fe
2024-08-22 12:23:32 +00:00

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