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