-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added retention time value for helm chart #66
Conversation
…Bildungsplattform/dbp-moodle into OPS-7140-enable-backups-on-dev
charts/dbp-moodle/values.yaml
Outdated
@@ -122,6 +122,8 @@ dbpMoodle: | |||
# -- Backup configuration. Set enabled=true to enable the backup-cronjob. Also set s3 location credentials | |||
backup: | |||
enabled: false | |||
retention_time: "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
retention_time: "" | |
# -- Defines the maximum age of a backup before it is deleted | |
retention_time: "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the comments. Can we also set a default value to demonstrate what values are expected? Like "1D".
This simply improves usability and has no impact on default chart creation, since backup is disabled by default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added comment and default Values. (The default values can also be found in the helpers.tpl)
Description
Added the option to set a retention time for duply backups in the helm chart.
Links to Tickets or other PRs
Notes
Approval for review