You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Markus Pesch 7b4f59c0fe
continuous-integration/drone/push Build is passing Details
fix(ci): helm cm push
1 year ago
templates fix: support batch/v1 2 years ago
.drone.yml fix(ci): helm cm push 1 year ago
.editorconfig fix: add .editorconfig 2 years ago
.gitignore Initial Commit 2 years ago
.helmignore Initial Commit 2 years ago
.markdownlint.yaml Initial Commit 2 years ago
Chart.yaml chore(deps): update docker.io/volkerraschek/postfixadmin-fetchmail docker tag to v0.1.3 1 year ago
LICENSE Initial Commit 2 years ago
README.md fix: drone badge 2 years ago
renovate.json fix(ci): add package rules 1 year ago
values.yaml fix(README): describe project 2 years ago

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.