Skip to content

Commit 7bed44c

Browse files
committed
Unrelated docs fix
1 parent 37cdba2 commit 7bed44c

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

crates/stackable-operator/crds/AuthenticationClass.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ spec:
104104
type: array
105105
type: object
106106
secretClass:
107-
description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) containing the LDAP bind credentials.'
107+
description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) providing the requested secrets.'
108108
type: string
109109
required:
110110
- secretClass

crates/stackable-operator/crds/DummyCluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1932,7 +1932,7 @@ spec:
19321932
type: array
19331933
type: object
19341934
secretClass:
1935-
description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) containing the LDAP bind credentials.'
1935+
description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) providing the requested secrets.'
19361936
type: string
19371937
required:
19381938
- secretClass

crates/stackable-operator/crds/S3Bucket.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ spec:
9393
type: array
9494
type: object
9595
secretClass:
96-
description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) containing the LDAP bind credentials.'
96+
description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) providing the requested secrets.'
9797
type: string
9898
required:
9999
- secretClass

crates/stackable-operator/crds/S3Connection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
type: array
7878
type: object
7979
secretClass:
80-
description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) containing the LDAP bind credentials.'
80+
description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) providing the requested secrets.'
8181
type: string
8282
required:
8383
- secretClass

crates/stackable-operator/src/commons/secret_class.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub enum SecretClassVolumeError {
2020
)]
2121
#[serde(rename_all = "camelCase")]
2222
pub struct SecretClassVolume {
23-
/// [SecretClass](DOCS_BASE_URL_PLACEHOLDER/secret-operator/secretclass) containing the LDAP bind credentials.
23+
/// [SecretClass](DOCS_BASE_URL_PLACEHOLDER/secret-operator/secretclass) providing the requested secrets.
2424
pub secret_class: String,
2525

2626
/// [Scope](DOCS_BASE_URL_PLACEHOLDER/secret-operator/scope) of the

0 commit comments

Comments
 (0)