Skip to content

Commit 301c852

Browse files
authored
fix: remove unused env var (#668)
1 parent 300b8cd commit 301c852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ fn build_opa_start_command(merged_config: &OpaConfig, container_name: &str) -> S
11811181
{COMMON_BASH_TRAP_FUNCTIONS}
11821182
{remove_vector_shutdown_file_command}
11831183
prepare_signal_handlers
1184-
CONTAINERDEBUG_LOG_DIRECTORY={STACKABLE_LOG_DIR}/containerdebug containerdebug --output={STACKABLE_LOG_DIR}/containerdebug-state.json --loop &
1184+
containerdebug --output={STACKABLE_LOG_DIR}/containerdebug-state.json --loop &
11851185
opa run -s -a 0.0.0.0:{APP_PORT} -c {CONFIG_DIR}/{CONFIG_FILE} -l {opa_log_level} --shutdown-grace-period {shutdown_grace_period_s} --disable-telemetry {logging_redirects} &
11861186
wait_for_termination $!
11871187
{create_vector_shutdown_file_command}

0 commit comments

Comments
 (0)