Skip to content

Commit 80adf71

Browse files
committed
correct callout
1 parent bd1db17 commit 80adf71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rust/operator-binary/src/hbase_controller.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -868,12 +868,11 @@ fn build_rolegroup_statefulset(
868868
.image_from_product_image(resolved_product_image)
869869
.command(command())
870870
.args(vec![formatdoc! {"
871-
{entrypoint} {role} {domain} {port} {port_name}",
871+
{entrypoint} {role} {domain} {port}",
872872
entrypoint = "/stackable/hbase/bin/hbase-entrypoint.sh".to_string(),
873873
role = role_name,
874874
domain = hbase_service_domain_name(hbase, rolegroup_ref, cluster_info)?,
875875
port = hbase.service_port(hbase_role).to_string(),
876-
port_name = hbase.ui_port_name(),
877876
}])
878877
.add_env_vars(merged_env)
879878
// Needed for the `containerdebug` process to log it's tracing information to.

0 commit comments

Comments
 (0)