fix openldap and postfix

This commit is contained in:
ace 2021-01-25 21:24:07 +03:00
parent 82c5f35eda
commit 131a1acc84
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: