initial config based of jenkins-x/jenkins-x-boot-config with ref v1.0.82

This commit is contained in:
jenkins-x-bot
2020-04-15 12:37:41 +02:00
commit 9434645ce5
106 changed files with 2971 additions and 0 deletions

13
env/values.tmpl.yaml vendored Normal file
View File

@@ -0,0 +1,13 @@
tekton:
{{- if eq .Requirements.webhook "prow" }}
enabled: true
{{- else if eq .Requirements.webhook "lighthouse" }}
enabled: true
{{- else }}
enabled: false
{{- end }}
# Use cert-manager 0.11 CRDs/APIs with Dex
dex:
certs:
newApi: true