-
-
Notifications
You must be signed in to change notification settings - Fork 253
Enable backups #45
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
Enable backups #45
Conversation
/codefresh run test |
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.
thanks @mazzy89
Looks good, but please rebuild README by executing these commands:
make init
make readme/deps
make readme
It will add the new variables and outputs to README.md
automatically.
In general, any changes to README should be made in README.yaml
, and after that executing the commands above will rebuild README.yaml
into README.md
and add all new variables and outputs to README.md
thanks
@aknysh make sense I'll do it |
@aknysh Fixed |
Signed-off-by: Salvatore Mazzarino <[email protected]>
578bcdf
to
3d4bbf2
Compare
/codefresh run test |
1 similar comment
/codefresh run test |
Signed-off-by: Salvatore Mazzarino <[email protected]>
sorry @aknysh. Fixed README. |
/codefresh run test |
@aknysh would it be possible to backport this change to a release prior of TF 0.12? |
for TF 0.11, open a PR against |
Perfect. Thank you. I'm going to do it. |
Signed-off-by: Salvatore Mazzarino [email protected]
This gives the possibility to create enable automatic backups.
Could I also backport this change to a release before TF 0.12? So codebase that has not been migrated to TF would support this.
Thank you