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 ff2e246 commit 242ec8bCopy full SHA for 242ec8b
1 file changed
rust/operator-binary/src/controller/validate.rs
@@ -1006,7 +1006,7 @@ mod tests {
1006
1007
fn operator_environment() -> OperatorEnvironmentOptions {
1008
OperatorEnvironmentOptions {
1009
- operator_namespace: "stackable_operators".to_owned(),
+ operator_namespace: "stackable-operators".to_owned(),
1010
operator_service_name: "opensearch-operator".to_owned(),
1011
image_repository: "oci.example.org".to_owned(),
1012
}
0 commit comments