Go to file
CSRBot 87e38f2127
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
chore(deps): update dependency git.cryptic.systems/volker.raschek/drone-email to v0.1.2
2023-07-06 18:59:12 +02:00
templates fix: values config error 2022-07-14 21:02:19 +02:00
.drone.yml chore(deps): update dependency git.cryptic.systems/volker.raschek/drone-email to v0.1.2 2023-07-06 18:59:12 +02:00
.editorconfig
.gitignore
.helmignore
.markdownlint.yaml
Chart.yaml chore(deps): update dependency postfixadmin-fetchmail to v0.3.0 2023-01-21 14:52:58 +01:00
LICENSE
README.md
renovate.json fix(ci): add package rules 2022-01-30 16:40:08 +01:00
values.yaml fix: values config error 2022-07-14 21:02:19 +02:00

README.md

postfixadmin-fetchmail-charts

Build Status Artifact Hub

This helm chart contains the cron job deployment of the fetchmail job from the postfixadmin project. The backend database provided by postfixadmin is required. Checkout the helm chart for postfixadmin to deploy the application on kubernetes.

Alternatively can also the database backend of an external postfixadmin installtion be used. Exactly for this reason is the cron job of fetchmail independent of the postfixadmin chart.

This helm chart can be found on artifacthub.io and can be installed via helm.

helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
helm install postfixadmin-fetchmail volker.raschek/postfixadmin-fetchmail

Customization

All configuration options can be defined in the values.yml file below the config section. Alternatively can be the options passed via the --set flag of the helm install command.