fix openldap and postfix
This commit is contained in:
parent
82c5f35eda
commit
131a1acc84
@ -38,7 +38,7 @@ openldap_default_values:
|
|||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
service:
|
service:
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/hostname: {{ openldap_short_name }}.{{ domain }}
|
external-dns.alpha.kubernetes.io/hostname: "{{ openldap_short_name }}.{{ domain }}"
|
||||||
clusterIP: ""
|
clusterIP: ""
|
||||||
|
|
||||||
ldapPort: 389
|
ldapPort: 389
|
||||||
|
@ -7,7 +7,7 @@ postfix_default_values:
|
|||||||
|
|
||||||
tls:
|
tls:
|
||||||
enabled: true
|
enabled: true
|
||||||
existingSecret: {{ mail_short_name | default('mail') }}.{{ domain }}-secret
|
existingSecret: "{{ mail_short_name | default('mail') }}.{{ domain }}-secret"
|
||||||
|
|
||||||
postfix:
|
postfix:
|
||||||
image:
|
image:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user