mirror of
https://github.com/bvanroll/environment-ff-stage-euw1-gkecluster-primary-dev.git
synced 2025-08-30 04:22:49 +00:00
initial config based of jenkins-x/jenkins-x-boot-config with ref v1.0.82
This commit is contained in:
33
env/lighthouse/values.tmpl.yaml
vendored
Normal file
33
env/lighthouse/values.tmpl.yaml
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
{{- if eq .Requirements.webhook "lighthouse" }}
|
||||
enabled: true
|
||||
{{- else }}
|
||||
enabled: false
|
||||
{{- end }}
|
||||
|
||||
hmacToken: "{{ .Parameters.prow.hmacToken }}"
|
||||
|
||||
git:
|
||||
kind: {{ .Requirements.cluster.gitKind | default "github" }}
|
||||
name: {{ .Requirements.cluster.gitName | default "github" }}
|
||||
server: {{ .Requirements.cluster.gitServer | default "https://github.com" }}
|
||||
|
||||
service:
|
||||
name: hook
|
||||
|
||||
replicaCount: 2
|
||||
|
||||
image:
|
||||
repository: gcr.io/jenkinsxio/lighthouse
|
||||
|
||||
vault:
|
||||
{{- if eq .Requirements.secretStorage "vault" }}
|
||||
enabled: true
|
||||
{{- else }}
|
||||
enabled: false
|
||||
{{- end }}
|
||||
|
||||
clusterName: {{ .Requirements.cluster.clusterName }}
|
||||
|
||||
user: "{{ .Parameters.pipelineUser.username }}"
|
||||
|
||||
oauthToken: "{{ .Parameters.pipelineUser.token }}"
|
Reference in New Issue
Block a user