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 a2847b5 commit 1212a01Copy full SHA for 1212a01
1 file changed
rust/operator-binary/src/controller/validate.rs
@@ -38,14 +38,14 @@ use crate::{
38
#[strum_discriminants(derive(IntoStaticStr))]
39
pub enum Error {
40
#[snafu(display(
41
- "The role group that is defined to manage the security configuration, is not specified."
+ "the role group that is defined to manage the security configuration, is not specified."
42
))]
43
CheckSecurityConfigManagingRoleGroup {
44
security_config_managing_role_group: RoleGroupName,
45
},
46
47
48
- "A TLS server SecretClass must be set if the security configuration is managed by the operator."
+ "a TLS server SecretClass must be set if the security configuration is managed by the operator."
49
50
CheckSecurityConfigTlsSettings {},
51
0 commit comments