-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Merged by Bors] - Adapt S3 configuration to ADR016 #200
Conversation
…work_s3_configuration # Conflicts: # rust/operator-binary/src/controller.rs
5acf1da
to
cbb1168
Compare
cbb1168
to
7bdf217
Compare
This pull request is ready for review but it may only be merged after operator-rs is upgraded to 0.20.0 and the according patch is removed from the workspace Cargo.toml. |
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.
LGTM. We basically have to release operator-rs, merge hive s3 PR (and adapt the examples here) and then we can merge this one.
…work_s3_configuration # Conflicts: # CHANGELOG.md # Cargo.lock # deploy/crd/trinocluster.crd.yaml # deploy/helm/trino-operator/crds/crds.yaml # deploy/manifests/crds.yaml # docs/modules/ROOT/pages/usage.adoc # rust/crd/src/lib.rs # rust/operator-binary/src/controller.rs
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.
lgtm
bors merge |
## Description Configuration of S3 adapted to ADR016 Closes #166 Integrationtest: https://github.com/stackabletech/integration-tests/pull/237 Currently requires a certain secret operator pr: `helm install secret-operator stackable-test/secret-operator --version=0.3.0-pr125` ### TODO - [x] Use operator-rs tag 0.21.0 Co-authored-by: Malte Sander <[email protected]>
Pull request successfully merged into main. Build succeeded: |
Description
Configuration of S3 adapted to ADR016
Closes #166
Integrationtest: https://github.com/stackabletech/integration-tests/pull/237
Currently requires a certain secret operator pr:
helm install secret-operator stackable-test/secret-operator --version=0.3.0-pr125
TODO
Review Checklist
Once the review is done, comment
bors r+
(orbors merge
) to merge. Further information