We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8af61f commit 70836a1Copy full SHA for 70836a1
rust/operator-binary/src/zk_controller.rs
@@ -86,7 +86,6 @@ use crate::{
86
pub const ZK_CONTROLLER_NAME: &str = "zookeepercluster";
87
pub const ZK_FULL_CONTROLLER_NAME: &str = concatcp!(ZK_CONTROLLER_NAME, '.', OPERATOR_NAME);
88
89
-pub const ZK_UID: i64 = 1000;
90
pub struct Ctx {
91
pub client: stackable_operator::client::Client,
92
pub product_config: ProductConfigManager,
@@ -955,8 +954,6 @@ fn build_server_rolegroup_statefulset(
955
954
)
956
.context(AddVolumeSnafu)?
957
.security_context(PodSecurityContext {
958
- run_as_user: Some(ZK_UID),
959
- run_as_group: Some(0),
960
fs_group: Some(1000),
961
..PodSecurityContext::default()
962
})
0 commit comments