You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rust/operator-binary/src/hbase_controller.rs
+25-9Lines changed: 25 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -438,6 +438,7 @@ pub async fn reconcile_hbase(
438
438
)?;
439
439
let rg_statefulset = build_rolegroup_statefulset(
440
440
hbase,
441
+
&client.kubernetes_cluster_info,
441
442
&hbase_role,
442
443
&rolegroup,
443
444
rolegroup_config,
@@ -764,6 +765,7 @@ fn build_rolegroup_service(
764
765
/// The [`Pod`](`stackable_operator::k8s_openapi::api::core::v1::Pod`)s are accessible through the corresponding [`Service`] (from [`build_rolegroup_service`]).
0 commit comments