-
Notifications
You must be signed in to change notification settings - Fork 1
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] - Rework s3 configuration #179
Conversation
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. Some sort of integration-test would be great
Yeah i wanna try to create something today, or at least integrate that in the trino one. |
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.
Implementation LGTM 👍
We still need to sort out minor stuff such as release operator-rs
99a5ce0
to
a786b5b
Compare
…work_s3_configuration # Conflicts: # Cargo.lock # rust/crd/Cargo.toml # rust/operator-binary/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.
can now be merged
bors merge |
## Description closes #138 integration test: https://github.com/stackabletech/integration-tests/pull/239 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 <malte.sander.it@gmail.com> Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
Pull request successfully merged into main. Build succeeded: |
Description
closes #138
integration test: https://github.com/stackabletech/integration-tests/pull/239
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