-
Notifications
You must be signed in to change notification settings - Fork 101
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
feat(cluster): allow using existing secret for backup and restore #239
Conversation
Also removes the ugly whitespace from the generated YAML Signed-off-by: Itay Grudev <[email protected]>
Co-authored-by: Ben Scholzen (DASPRiD) <[email protected]> Signed-off-by: Itay Grudev <[email protected]>
@phisco I've made your review slightly more complicated as this is the base for my work on adding support for replica clusters and I've fixed and restructured the credential secrets. |
Hi, I merged this branch into main in my fork, as I needed the feature, and I noticed a few issues:
|
@gpothier Have you fixed these in your fork? Can I take a look and/or steal your proposal? |
Sure, I just committed it to my fork: gpothier@fbdb794 I only fixed the yaml formatting stuff (using I don't know what your intent is regarding these prefix/suffix things so I did not touch that. I also added
|
Hi, have you been able to take a look at my suggested fix for this? Do you want me to create another PR with my changes? |
I'm super overwhelmed with work right now, so yhea, I would really appreciate any help. |
Signed-off-by: Itay Grudev <[email protected]>
Signed-off-by: Itay Grudev <[email protected]>
Signed-off-by: Itay Grudev <[email protected]>
@phisco can you give us a hand here? :D |
…asToken Signed-off-by: Itay Grudev <[email protected]>
@Cr4mble Thanks a lot! I would have totally missed that! |
Co-authored-by: Cr4mble <[email protected]> Signed-off-by: Itay Grudev <[email protected]>
@itay-grudev can confirm that the backup to s3 is now working with the current state of the helm chart.
|
@Cr4mble Thanks a lot. |
Thanks a bunch for this guys. |
Signed-off-by: Itay Grudev <[email protected]>
Closes #197