Skip to content
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

Patch op-rs version to use one that fixes SUP-148. #657

Merged
merged 9 commits into from
Nov 25, 2024
Prev Previous commit
Next Next commit
ran rustfmt
  • Loading branch information
soenkeliebau authored and siegfriedweber committed Nov 23, 2024
commit 4649e48c513f5fcb07a5426261c82c7be2d78058
4 changes: 2 additions & 2 deletions rust/operator-binary/src/druid_controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ use stackable_druid_crd::{
RUNTIME_PROPS, RW_CONFIG_DIRECTORY, S3_ACCESS_KEY, S3_ENDPOINT_URL, S3_PATH_STYLE_ACCESS,
S3_SECRET_KEY, ZOOKEEPER_CONNECTION_STRING,
};
use stackable_operator::k8s_openapi::api::core::v1::ServiceAccount;
use stackable_operator::kube::ResourceExt;
maltesander marked this conversation as resolved.
Show resolved Hide resolved
use stackable_operator::{
builder::{
self,
Expand Down Expand Up @@ -70,8 +72,6 @@ use stackable_operator::{
},
time::Duration,
};
use stackable_operator::k8s_openapi::api::core::v1::ServiceAccount;
use stackable_operator::kube::ResourceExt;
use strum::{EnumDiscriminants, IntoStaticStr};

use crate::{
Expand Down