@@ -21,13 +21,13 @@ spec:
2121 properties :
2222 spec :
2323 description : |-
24- A [SecretClass](https://docs.stackable.tech/home/nightly /secret-operator/secretclass) is a cluster-global Kubernetes resource
24+ A [SecretClass](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass) is a cluster-global Kubernetes resource
2525 that defines a category of secrets that the Secret Operator knows how to provision.
2626 properties :
2727 backend :
2828 description : |-
2929 Each SecretClass is associated with a single
30- [backend](https://docs.stackable.tech/home/nightly /secret-operator/secretclass#backend),
30+ [backend](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#backend),
3131 which dictates the mechanism for issuing that kind of Secret.
3232 oneOf :
3333 - required :
4141 properties :
4242 autoTls :
4343 description : |-
44- The [`autoTls` backend](https://docs.stackable.tech/home/nightly /secret-operator/secretclass#backend-autotls)
44+ The [`autoTls` backend](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#backend-autotls)
4545 issues a TLS certificate signed by the Secret Operator.
4646 The certificate authority can be provided by the administrator, or managed automatically by the Secret Operator.
4747
@@ -198,7 +198,7 @@ spec:
198198 A new certificate will be requested the first time it is used by a Pod, it
199199 will be reused after that (subject to cert-manager renewal rules).
200200
201- [1]: https://docs.stackable.tech/home/nightly /secret-operator/secretclass#backend-certmanager
201+ [1]: https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#backend-certmanager
202202 [cert-manager]: https://cert-manager.io/
203203 properties :
204204 defaultCertificateLifetime :
@@ -258,7 +258,7 @@ spec:
258258 type : object
259259 k8sSearch :
260260 description : |-
261- The [`k8sSearch` backend](https://docs.stackable.tech/home/nightly /secret-operator/secretclass#backend-k8ssearch)
261+ The [`k8sSearch` backend](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#backend-k8ssearch)
262262 can be used to mount Secrets across namespaces into Pods.
263263 properties :
264264 searchNamespace :
@@ -294,7 +294,7 @@ spec:
294294 type : object
295295 kerberosKeytab :
296296 description : |-
297- The [`kerberosKeytab` backend](https://docs.stackable.tech/home/nightly /secret-operator/secretclass#backend-kerberoskeytab)
297+ The [`kerberosKeytab` backend](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#backend-kerberoskeytab)
298298 creates a Kerberos keytab file for a selected realm.
299299 The Kerberos KDC and administrator credentials must be provided by the administrator.
300300 properties :
@@ -448,13 +448,13 @@ spec:
448448 properties :
449449 spec :
450450 description : |-
451- A [SecretClass](https://docs.stackable.tech/home/nightly /secret-operator/secretclass) is a cluster-global Kubernetes resource
451+ A [SecretClass](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass) is a cluster-global Kubernetes resource
452452 that defines a category of secrets that the Secret Operator knows how to provision.
453453 properties :
454454 backend :
455455 description : |-
456456 Each SecretClass is associated with a single
457- [backend](https://docs.stackable.tech/home/nightly /secret-operator/secretclass#backend),
457+ [backend](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#backend),
458458 which dictates the mechanism for issuing that kind of Secret.
459459 oneOf :
460460 - required :
@@ -468,7 +468,7 @@ spec:
468468 properties :
469469 autoTls :
470470 description : |-
471- The [`autoTls` backend](https://docs.stackable.tech/home/nightly /secret-operator/secretclass#backend-autotls)
471+ The [`autoTls` backend](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#backend-autotls)
472472 issues a TLS certificate signed by the Secret Operator.
473473 The certificate authority can be provided by the administrator, or managed automatically by the Secret Operator.
474474
@@ -625,7 +625,7 @@ spec:
625625 A new certificate will be requested the first time it is used by a Pod, it
626626 will be reused after that (subject to cert-manager renewal rules).
627627
628- [1]: https://docs.stackable.tech/home/nightly /secret-operator/secretclass#backend-certmanager
628+ [1]: https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#backend-certmanager
629629 [cert-manager]: https://cert-manager.io/
630630 properties :
631631 defaultCertificateLifetime :
@@ -685,7 +685,7 @@ spec:
685685 type : object
686686 k8sSearch :
687687 description : |-
688- The [`k8sSearch` backend](https://docs.stackable.tech/home/nightly /secret-operator/secretclass#backend-k8ssearch)
688+ The [`k8sSearch` backend](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#backend-k8ssearch)
689689 can be used to mount Secrets across namespaces into Pods.
690690 properties :
691691 searchNamespace :
@@ -721,7 +721,7 @@ spec:
721721 type : object
722722 kerberosKeytab :
723723 description : |-
724- The [`kerberosKeytab` backend](https://docs.stackable.tech/home/nightly /secret-operator/secretclass#backend-kerberoskeytab)
724+ The [`kerberosKeytab` backend](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#backend-kerberoskeytab)
725725 creates a Kerberos keytab file for a selected realm.
726726 The Kerberos KDC and administrator credentials must be provided by the administrator.
727727 properties :
@@ -890,13 +890,13 @@ spec:
890890 properties :
891891 spec :
892892 description : |-
893- A [TrustStore](https://docs.stackable.tech/home/nightly /secret-operator/truststore) requests information about how to
894- validate secrets issued by a [SecretClass](https://docs.stackable.tech/home/nightly /secret-operator/secretclass).
893+ A [TrustStore](https://docs.stackable.tech/home/25.11 /secret-operator/truststore) requests information about how to
894+ validate secrets issued by a [SecretClass](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass).
895895
896896 The requested information is written to a ConfigMap with the same name as the TrustStore.
897897 properties :
898898 format :
899- description : The [format](https://docs.stackable.tech/home/nightly /secret-operator/secretclass#format) that the data should be converted into.
899+ description : The [format](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#format) that the data should be converted into.
900900 enum :
901901 - tls-pem
902902 - tls-pkcs12
0 commit comments