BCDevOps / backup-container

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

Add Database User/Password Key Parameterization to cronjob #39

Closed jujaga closed 4 years ago

jujaga commented 4 years ago

Description

This PR adds parameterization to allow custom user and password key names to be read.

This is needed as DATABASE_USER_KEY_NAME and DATABASE_PASSWORD_KEY_NAME are in the deploy template, but is not in the cronjob template. Documentation has been updated to list those keys and default parameters.

Types of changes

Bug fix (non-breaking change which fixes an issue)

Documentation (non-breaking change with enhancements to documentation)

Checklist

Further comments

WadeBarnes commented 4 years ago

@jujaga, Thanks for the contribution.