File tree Expand file tree Collapse file tree
crates/stackable-operator Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ pub enum SecretClassVolumeError {
2020) ]
2121#[ serde( rename_all = "camelCase" ) ]
2222pub 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
You can’t perform that action at this time.
0 commit comments