Skip to content
Snippets Groups Projects
Verified Commit 37f3d9eb authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(mok): Add wrong " at the end of config line

parent c5d5e4de
No related branches found
No related tags found
No related merge requests found
Pipeline #18758 passed
...@@ -3,7 +3,7 @@ name: mok ...@@ -3,7 +3,7 @@ name: mok
description: | description: |
Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that runs without a database server on Kubernetes, taking advantage of configmaps and secret. Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that runs without a database server on Kubernetes, taking advantage of configmaps and secret.
type: application type: application
version: 0.10.7 version: 0.10.8
sources: sources:
- https://de.postfix.org/ftpmirror/index.html - https://de.postfix.org/ftpmirror/index.html
- https://github.com/dovecot/core - https://github.com/dovecot/core
......
# mok # mok
![Version: 0.10.7](https://img.shields.io/badge/Version-0.10.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.10.8](https://img.shields.io/badge/Version-0.10.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that runs without a database server on Kubernetes, taking advantage of configmaps and secret. Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that runs without a database server on Kubernetes, taking advantage of configmaps and secret.
......
...@@ -269,7 +269,7 @@ data: ...@@ -269,7 +269,7 @@ data:
smtpd_tls_auth_only = yes smtpd_tls_auth_only = yes
lmtp_host_lookup = dns, native lmtp_host_lookup = dns, native
virtual_transport = lmtp:inet:{{ include "mok.fullname" . }}-dovecot-internal.{{ .Release.Namespace }}.svc.cluster.local:24" virtual_transport = lmtp:inet:{{ include "mok.fullname" . }}-dovecot-internal.{{ .Release.Namespace }}.svc.cluster.local:24
######## ########
## ##
......
...@@ -78,7 +78,7 @@ should match snapshot: ...@@ -78,7 +78,7 @@ should match snapshot:
smtpd_tls_auth_only = yes smtpd_tls_auth_only = yes
lmtp_host_lookup = dns, native lmtp_host_lookup = dns, native
virtual_transport = lmtp:inet:RELEASE-NAME-mok-dovecot-internal.NAMESPACE.svc.cluster.local:24" virtual_transport = lmtp:inet:RELEASE-NAME-mok-dovecot-internal.NAMESPACE.svc.cluster.local:24
######## ########
## ##
...@@ -418,7 +418,7 @@ should match snapshot: ...@@ -418,7 +418,7 @@ should match snapshot:
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: 900b63e812eed8703a83622630d3f0bedd6e475bdb5ec3eeaffa1549ff43a489 checksum/config: 7957f3df6d998c42c57e91d61ff347f0fcc9d0f89b3d09b5716f60c019b7528c
checksum/secret: 66ea930a9b7e50528ddc0aa54786d07f78c7f56d1daea45b21d9eb94f8e5c4f2 checksum/secret: 66ea930a9b7e50528ddc0aa54786d07f78c7f56d1daea45b21d9eb94f8e5c4f2
labels: labels:
app.kubernetes.io/component: postfix app.kubernetes.io/component: postfix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment