Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dbp 805 include configmaps and cronjobs to helm chart (#31)
* Initial push * Added existing tasks of the ansible playbook to helm chart * Added remaining templates from original playbook except secrets * Fix some small variable issues so that the chart is in a working state * renaming variables, added gitignore * add subfolders, rename files to follow helm best practices * lowercase ns * fix namespace issue. helm v3 is not supposed to create the namespace it installs into. use helm install ... -n target-namespace * rename duply map to lower * Add alias for backup * move infratools_image_tag to globals trying out Yaml anchors * add update helper configs * move infratools_image_tag to globals trying out Yaml anchors * add values for backup-cronjob * moodle-> dbpMoodle & small stuff * Moodle Values added for bitnami test deployment * mariaDB values are not working as intended for subchart mariadb and moodle * Fixed config.php and moodle values * changed comment * change valeus to use correct secrets * Changed secrets and values for external mariadb * remove mariadb * rename moodleSecre * add mariadb values in seperate chart * testing moodle db connection * enable debug * quote values * Redis is working * value refactoring * remove some unneccessary values from Chart.yaml * change to consistent naming * Created more exclusion checks for update and backup files * Enabled the use of etherpad * Added etherpad secrets * WIP: etherpad not working currently * minor value and condition refactoring * Create Readme, quote a bunch of vars * bump version * Rename folders and fix typos * Fixed quotation error and added existing secret to redis * Adjusted redis values and disabled redis by default * Modified external PVC to ReadWriteMany * Final changes * Changed charts_dir --------- Co-authored-by: Jannik Badenhop <[email protected]>
- Loading branch information