Renaming Letsencrypt to Certbot, since it will be more generic allowing other issuers.
This commit is contained in:
parent
55888752c9
commit
5dbe0a6d28
40 changed files with 188 additions and 184 deletions
|
|
@ -69,7 +69,7 @@ spec:
|
|||
value: {{ .Values.easyhaproxy.logLevel.haproxy }}
|
||||
- name: CERTBOT_LOG_LEVEL
|
||||
value: {{ .Values.easyhaproxy.logLevel.certbot }}
|
||||
{{- if .Values.easyhaproxy.letsencrypt.email }}
|
||||
- name: EASYHAPROXY_LETSENCRYPT_EMAIL
|
||||
value: {{ .Values.easyhaproxy.letsencrypt.email }}
|
||||
{{- if .Values.easyhaproxy.certbot.email }}
|
||||
- name: EASYHAPROXY_CERTBOT_EMAIL
|
||||
value: {{ .Values.easyhaproxy.certbot.email }}
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue