mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
adds Lets Encrypt config flags (#14292)
Signed-off-by: Taylor Silva <tsilva@pivotal.io> Co-authored-by: Bishoy Youssef <byoussef@pivotal.io>
This commit is contained in:
committed by
Kubernetes Prow Robot
co-authored by
Bishoy Youssef
parent
49d749176d
commit
3b8631a4db
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: concourse
|
||||
version: 6.2.2
|
||||
appVersion: 5.2.0
|
||||
version: 6.3.0
|
||||
appVersion: 5.3.0
|
||||
description: Concourse is a simple and scalable CI system.
|
||||
icon: https://avatars1.githubusercontent.com/u/7809479
|
||||
keywords:
|
||||
|
||||
@@ -965,6 +965,14 @@ spec:
|
||||
- name: CONCOURSE_TSA_HEARTBEAT_INTERVAL
|
||||
value: {{ .Values.concourse.web.tsa.heartbeatInterval | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.concourse.web.letsEncrypt.enabled }}
|
||||
- name: CONCOURSE_ENABLE_LETS_ENCRYPT
|
||||
value: {{ .Values.concourse.web.letsEncrypt.enabled | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.concourse.web.letsEncrypt.acmeURL }}
|
||||
- name: CONCOURSE_LETS_ENCRYPT_ACME_URL
|
||||
value: {{ .Values.concourse.web.letsEncrypt.acmeURL | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.web.env }}
|
||||
{{ toYaml .Values.web.env | indent 12 }}
|
||||
{{- end }}
|
||||
|
||||
@@ -964,6 +964,15 @@ concourse:
|
||||
##
|
||||
heartbeatInterval:
|
||||
|
||||
letsEncrypt:
|
||||
## Automatically configure TLS certificates via Let's Encrypt/ACME.
|
||||
##
|
||||
enabled: false
|
||||
|
||||
## URL of the ACME CA directory endpoint.
|
||||
##
|
||||
acmeURL:
|
||||
|
||||
worker:
|
||||
## Signal to send to the worker container when shutting down.
|
||||
## Possible values:
|
||||
|
||||
Reference in New Issue
Block a user