From 92fa9dae46beedf1289963655e2a36f864903d06 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sun, 26 Jun 2022 23:33:39 +0200
Subject: [PATCH] docs(mok): Add NetworkPolicy documentation to README

---
 charts/mok/README.md   | 1 +
 charts/mok/values.yaml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/charts/mok/README.md b/charts/mok/README.md
index 2760d37cc..c98ae5781 100644
--- a/charts/mok/README.md
+++ b/charts/mok/README.md
@@ -51,6 +51,7 @@ Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that run
 | dovecot.volumes.vmail.volumeMode | string | `"Filesystem"` |  |
 | fullnameOverride | string | `""` |  |
 | nameOverride | string | `""` |  |
+| networkPolicy.create | bool | `true` | Create NetworkPolicies to access the mailserver from outside |
 | postfix.affinity | object | `{}` |  |
 | postfix.image.pullPolicy | string | `"IfNotPresent"` |  |
 | postfix.image.repository | string | `"quay.io/shivering-isles/postfix"` | postfix container image |
diff --git a/charts/mok/values.yaml b/charts/mok/values.yaml
index d18a7cf6a..aaf828446 100644
--- a/charts/mok/values.yaml
+++ b/charts/mok/values.yaml
@@ -186,4 +186,5 @@ serviceAccount:
   name: ""
 
 networkPolicy:
+  # -- Create NetworkPolicies to access the mailserver from outside
   create: true
-- 
GitLab