mirror of
https://github.com/bvanroll/environment-ff-stage-euw1-gkecluster-primary-dev.git
synced 2025-08-29 12:02:41 +00:00
initial config based of jenkins-x/jenkins-x-boot-config with ref v1.0.82
This commit is contained in:
20
systems/acme/values.tmpl.yaml
Normal file
20
systems/acme/values.tmpl.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
cluster:
|
||||
domain: {{ .Requirements.ingress.domain }}
|
||||
provider: {{ .Requirements.cluster.provider }}
|
||||
{{- if hasKey .Requirements.cluster "project" }}
|
||||
projectID: {{ .Requirements.cluster.project }}
|
||||
{{- else }}
|
||||
projectID: ""
|
||||
{{- end }}
|
||||
{{- if hasKey .Requirements.cluster "region" }}
|
||||
region: {{ .Requirements.cluster.region }}
|
||||
{{- else }}
|
||||
region: ""
|
||||
{{- end }}
|
||||
|
||||
{{- if .Requirements.ingress.tls }}
|
||||
certmanager:
|
||||
production: "{{ .Requirements.ingress.tls.production }}"
|
||||
email: "{{ .Requirements.ingress.tls.email }}"
|
||||
enabled: {{ .Requirements.ingress.tls.enabled }}
|
||||
{{- end }}
|
Reference in New Issue
Block a user