Skip to content

Commit 469ae27

Browse files
Update rust/operator-binary/src/controller/build/role_group_builder.rs
Co-authored-by: Siegfried Weber <mail@siegfriedweber.net>
1 parent ae186fc commit 469ae27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/controller/build/role_group_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const LISTENER_VOLUME_NAME: &str = "listener";
4949
const LISTENER_VOLUME_DIR: &str = "/stackable/listener";
5050

5151
// Path in opensearchproject/opensearch:3.0.0
52-
const OPENSEARCH_BASE_PATH: &str = "/stackable/opensearch/";
52+
const OPENSEARCH_BASE_PATH: &str = "/stackable/opensearch";
5353

5454
pub struct RoleGroupBuilder<'a> {
5555
service_account_name: String,

0 commit comments

Comments
 (0)