This commit is contained in:
georglauterbach 2024-03-09 17:10:09 +01:00
parent bcf933cd40
commit 8c39bdc3fd
No known key found for this signature in database
GPG Key ID: F367F7C43C118578
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ When you do not want to or you cannot use Helm, below is a simple starting point
!!! attention "Static Configuration"
With the inline `postfix-accounts.cf` file configured above, as the content is fixed you cannot persist modifications (_adding/removing accounts_).
With the inline `postfix-accounts.cf` file configured above, the content is fixed: you cannot change the configuration or persists modifications, i.e. adding or removing accounts is not possible. You need to use a `PersistentVolumeClaim` in case `postfix-accounts.cf` cannot be static.
For production deployments, use persistent volumes instead to support dynamic config files.