-
-
Notifications
You must be signed in to change notification settings - Fork 8
[Merged by Bors] - Rewrite with stateful sets #68
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
Conversation
…ackabletech/operator-templating repo. Original commit message: Fix my mistakes (#54) - I had a few outdated references to chart_testing.yaml in there - I accidentally dropped the "description field" from the Chart which causes lint to fail
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 ran the cluster it works. Some notes for the cargo.tomls
- authors = ["Stackable GmbH info@stackable.de"]
- edition = 2021 ? Is there a reason for keeping 2018?
- different strum versions in crd (0.22) vs operator (0.23)
- different tokio versions in operator-binary (1.13) vs operator (1.15)
I did not check the hdfs related correctness (that should probably be lars or jim).
I think we could reduce alot of complexity in the code if we fix the ports and use more of our builders.
commit d043c0a Author: Stacky McStackface <github@stackable.de> Date: Mon Jan 31 15:15:00 2022 +0000 Generated commit to update templated files based on rev 0994c92 in stackabletech/operator-templating repo. Original commit message: Allow operators access to Secret objects (#57) Fixes stackabletech/trino-operator#97
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.
Tested and works.
Alot of hardcoded artifacts (see comments) left.
bors r+ |
## Description Fixes #38 *Please add a description here. This will become the commit message of the merge request later.* Co-authored-by: Stacky McStackface <stackable-bot@users.noreply.github.com> Co-authored-by: Stacky McStackface <github@stackable.de>
Pull request successfully merged into main. Build succeeded: |
…ackabletech/operator-templating repo. Original commit message: Make Renovate slightly less annoying (#68) * Minimize the Renovate PR window * Let Renovate update GitHub Actions pins in templating * Fix silly Renovate mistakes * Use the same Renovate schedule consistently * Also have Renovate manage jinja2 workflows
Description
Fixes #38
Please add a description here. This will become the commit message of the merge request later.
Review Checklist
Once the review is done, comment
bors r+
(orbors merge
) to merge. Further information