BCDevOps / backup-container

A simple container for a simple backup strategy.
Apache License 2.0
39 stars 56 forks source link

Align Cronjob and Pod configurations #14

Open WadeBarnes opened 5 years ago

WadeBarnes commented 5 years ago

The pod template (backup-deploy.json) uses discrete environment variable entries for it's configuration, while the cronjob template (backup-cronjob.yaml) uses a configmap to configure the environment variables.

Align the 2 by migrating to using a configmap for the settings.