Skip to content

Commit cb76f4e

Browse files
committed
add STACKABLE_LOG_DIR env var
1 parent fa239e5 commit cb76f4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rust/operator-binary/src/hbase_controller.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,11 @@ fn build_rolegroup_statefulset(
858858
value: Some(merged_config.run_region_mover().to_string()),
859859
..EnvVar::default()
860860
},
861+
EnvVar {
862+
name: "STACKABLE_LOG_DIR".to_string(),
863+
value: Some(STACKABLE_LOG_DIR.to_string()),
864+
..EnvVar::default()
865+
},
861866
]);
862867

863868
let mut hbase_container = ContainerBuilder::new("hbase").expect("ContainerBuilder not created");

0 commit comments

Comments
 (0)