This change adds an imagePrefix attribute to enable using custom images for all the service at once using a single attribute which default to "docker.io/zuul". Change-Id: Ia1a5dd4aa9de410937f59a769019dcdb34167944
29 lines
536 B
YAML
29 lines
536 B
YAML
apiVersion: operator.zuul-ci.org/v1alpha1
|
|
kind: Zuul
|
|
metadata:
|
|
name: zuul
|
|
spec:
|
|
imagePrefix: docker.io/zuul
|
|
executor:
|
|
count: 1
|
|
ssh_key:
|
|
secretName: executor-ssh-key
|
|
merger:
|
|
count: 1
|
|
scheduler:
|
|
config:
|
|
secretName: zuul-yaml-conf
|
|
registry:
|
|
count: 1
|
|
launcher:
|
|
config:
|
|
secretName: nodepool-yaml-conf
|
|
connections:
|
|
gits:
|
|
- baseurl: https://opendev.org
|
|
name: opendev.org
|
|
externalConfig:
|
|
kubernetes:
|
|
secretName: nodepool-kube-config
|
|
key: kube.config
|