fix: configmap template

This commit is contained in:
Loïc Kalbermatter 2024-06-10 11:16:45 +02:00
parent e3ac64e42a
commit 48443de071
Signed by: PulseDev
GPG Key ID: 0516267FEC58F5F3
2 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ name: stalwart-mail
description: Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)
icon: https://stalw.art/home/apple-touch-icon.png
type: application
version: 0.0.1
version: 0.0.2
# renovate: image=docker.io/stalwartlabs/mail-server
appVersion: '0.8.1'
maintainers:

View File

@ -1,9 +1,9 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: { { include "stalwart-mail.fullname" . } }
labels: { { - include "stalwart-mail.labels" . | nindent 4 } }
name: {{ include "stalwart-mail.fullname" . }}
labels:
{{ include "stalwart-mail.labels" . | nindent 4 }}
data:
'config.toml': |
{{- toToml .Values.config | replace ".0\n" "\n" | nindent 4 }}
config.toml: |
{{ toToml .Values.config | replace ".0\n" "\n" | nindent 4 }}