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

fix(mok): Fix wrong file modes

parent 698f4c13
No related branches found
No related tags found
No related merge requests found
Pipeline #18752 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.1 version: 0.10.2
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.1](https://img.shields.io/badge/Version-0.10.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.10.2](https://img.shields.io/badge/Version-0.10.2-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.
......
...@@ -251,7 +251,7 @@ spec: ...@@ -251,7 +251,7 @@ spec:
- name: config - name: config
configMap: configMap:
name: {{ include "mok.fullname" . }}-postfix name: {{ include "mok.fullname" . }}-postfix
defaultMode: 644 defaultMode: 0644
- name: tls - name: tls
secret: secret:
secretName: {{ required "TLS secret for postfix is required" .Values.postfix.tls.secretName }} secretName: {{ required "TLS secret for postfix is required" .Values.postfix.tls.secretName }}
......
...@@ -620,7 +620,7 @@ should match snapshot: ...@@ -620,7 +620,7 @@ should match snapshot:
secret: secret:
secretName: RELEASE-NAME-mok-postfix-maps secretName: RELEASE-NAME-mok-postfix-maps
- configMap: - configMap:
defaultMode: 644 defaultMode: 420
name: RELEASE-NAME-mok-postfix name: RELEASE-NAME-mok-postfix
name: config name: config
- name: tls - name: tls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment