Skip to content

Commit 1212a01

Browse files
Update rust/operator-binary/src/controller/validate.rs
Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
1 parent a2847b5 commit 1212a01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rust/operator-binary/src/controller/validate.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ use crate::{
3838
#[strum_discriminants(derive(IntoStaticStr))]
3939
pub enum Error {
4040
#[snafu(display(
41-
"The role group that is defined to manage the security configuration, is not specified."
41+
"the role group that is defined to manage the security configuration, is not specified."
4242
))]
4343
CheckSecurityConfigManagingRoleGroup {
4444
security_config_managing_role_group: RoleGroupName,
4545
},
4646

4747
#[snafu(display(
48-
"A TLS server SecretClass must be set if the security configuration is managed by the operator."
48+
"a TLS server SecretClass must be set if the security configuration is managed by the operator."
4949
))]
5050
CheckSecurityConfigTlsSettings {},
5151

0 commit comments

Comments
 (0)