Skip to content
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

Add backup config generation #54

Merged
merged 14 commits into from
Jul 6, 2022
Merged

Add backup config generation #54

merged 14 commits into from
Jul 6, 2022

Conversation

shreddedbacon
Copy link
Member

@shreddedbacon shreddedbacon commented Jul 6, 2022

This adds functionality to generate backup configuration

This is also a major update to the way that build values are sourced by moving everything that used to be spread over multiple files in the cmd package to be its own generator package now.
This should hopefully make it more obvious where build values are calculated. The idea of the generator package is to take all the inputs of a build and produce a set of values that can be passed to different components of the build, like ingress templating, or backup templating.

Eventually other templating packages can consume the values from the generator.

@shreddedbacon shreddedbacon marked this pull request as ready for review July 6, 2022 03:35
@shreddedbacon shreddedbacon merged commit c3500e7 into main Jul 6, 2022
@shreddedbacon shreddedbacon deleted the backup-configuration branch July 6, 2022 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant