Skip to content

Commit 4b007f1

Browse files
committed
remove duplicate SecretClassName length check
1 parent ce4e355 commit 4b007f1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rust/operator-binary/src/framework/types/kubernetes.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ attributed_string_type! {
8585
"The name of a SecretClass",
8686
"tls",
8787
// The secret class name is used in an annotation on the tls volume.
88-
(max_length = RFC_1123_SUBDOMAIN_MAX_LENGTH),
8988
is_rfc_1123_dns_subdomain_name
9089
}
9190

0 commit comments

Comments
 (0)