Skip to content

Commit 5d72623

Browse files
committed
revert env var removal
1 parent 3762466 commit 5d72623

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rust/operator-binary/src/zk_controller.rs

+4
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,10 @@ fn build_server_rolegroup_statefulset(
893893
create_vector_shutdown_file_command(STACKABLE_LOG_DIR),
894894
}])
895895
.add_env_vars(env_vars)
896+
.add_env_var(
897+
"CONTAINERDEBUG_LOG_DIRECTORY",
898+
format!("{STACKABLE_LOG_DIR}/containerdebug"),
899+
)
896900
// Only allow the global load balancing service to send traffic to pods that are members of the quorum
897901
// This also acts as a hint to the StatefulSet controller to wait for each pod to enter quorum before taking down the next
898902
.readiness_probe(Probe {

0 commit comments

Comments
 (0)