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 e981739 commit 6eb5cacCopy full SHA for 6eb5cac
2 files changed
deploy/helm/secret-operator/crds/crds.yaml
@@ -308,7 +308,7 @@ spec:
308
309
Note that this should be as large as possible, to minimize the risk of collisions.
310
format: uint8
311
- maximum: 255.0
+ maximum: 20.0
312
minimum: 0.0
313
type: integer
314
type: object
rust/operator-binary/src/crd/mod.rs
@@ -300,6 +300,7 @@ pub mod versioned {
300
///
301
/// Note that this should be as large as possible, to minimize the risk of collisions.
302
#[serde(default = "ActiveDirectorySamAccountNameRules::default_total_length")]
303
+ #[schemars(range(max = 20))]
304
pub total_length: u8,
305
}
306
0 commit comments