Go to file
CSRBot 279f3481b0
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.29.0
2021-10-28 22:50:00 +02:00
templates fix: support batch/v1 2021-09-26 17:39:25 +02:00
.drone.yml chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.29.0 2021-10-28 22:50:00 +02:00
.editorconfig fix: add .editorconfig 2021-10-12 18:32:44 +02:00
.gitignore Initial Commit 2021-09-26 17:08:01 +02:00
.helmignore Initial Commit 2021-09-26 17:08:01 +02:00
.markdownlint.yaml Initial Commit 2021-09-26 17:08:01 +02:00
Chart.yaml fix(renovate): init 2021-10-28 22:24:54 +02:00
LICENSE Initial Commit 2021-09-26 17:08:01 +02:00
README.md fix: drone badge 2021-09-26 17:41:28 +02:00
renovate.json fix(renovate): init 2021-10-28 22:24:54 +02:00
values.yaml fix(README): describe project 2021-09-26 17:39:25 +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.