Skip to content

Commit f4df65e

Browse files
committed
fix: reintroduce env var CONTAINERDEBUG_LOG_DIRECTORY
1 parent 62a5fc5 commit f4df65e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rust/operator-binary/src/controller.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,10 @@ fn build_server_rolegroup_daemonset(
863863
&opa_container_name,
864864
)])
865865
.add_env_vars(env)
866+
.add_env_var(
867+
"CONTAINERDEBUG_LOG_DIRECTORY",
868+
format!("{STACKABLE_LOG_DIR}/containerdebug"),
869+
)
866870
.add_container_port(APP_PORT_NAME, APP_PORT.into())
867871
.add_volume_mount(CONFIG_VOLUME_NAME, CONFIG_DIR)
868872
.context(AddVolumeMountSnafu)?

0 commit comments

Comments
 (0)