@@ -23,13 +23,13 @@ spec:
2323 properties :
2424 spec :
2525 description : |-
26- A [SecretClass](https://docs.stackable.tech/home/nightly /secret-operator/secretclass) is a cluster-global Kubernetes resource
26+ A [SecretClass](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass) is a cluster-global Kubernetes resource
2727 that defines a category of secrets that the Secret Operator knows how to provision.
2828 properties :
2929 backend :
3030 description : |-
3131 Each SecretClass is associated with a single
32- [backend](https://docs.stackable.tech/home/nightly /secret-operator/secretclass#backend),
32+ [backend](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#backend),
3333 which dictates the mechanism for issuing that kind of Secret.
3434 oneOf :
3535 - required :
4343 properties :
4444 autoTls :
4545 description : |-
46- The [`autoTls` backend](https://docs.stackable.tech/home/nightly /secret-operator/secretclass#backend-autotls)
46+ The [`autoTls` backend](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#backend-autotls)
4747 issues a TLS certificate signed by the Secret Operator.
4848 The certificate authority can be provided by the administrator, or managed automatically by the Secret Operator.
4949
@@ -200,7 +200,7 @@ spec:
200200 A new certificate will be requested the first time it is used by a Pod, it
201201 will be reused after that (subject to cert-manager renewal rules).
202202
203- [1]: https://docs.stackable.tech/home/nightly /secret-operator/secretclass#backend-certmanager
203+ [1]: https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#backend-certmanager
204204 [cert-manager]: https://cert-manager.io/
205205 properties :
206206 defaultCertificateLifetime :
@@ -260,7 +260,7 @@ spec:
260260 type : object
261261 k8sSearch :
262262 description : |-
263- The [`k8sSearch` backend](https://docs.stackable.tech/home/nightly /secret-operator/secretclass#backend-k8ssearch)
263+ The [`k8sSearch` backend](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#backend-k8ssearch)
264264 can be used to mount Secrets across namespaces into Pods.
265265 properties :
266266 searchNamespace :
@@ -296,7 +296,7 @@ spec:
296296 type : object
297297 kerberosKeytab :
298298 description : |-
299- The [`kerberosKeytab` backend](https://docs.stackable.tech/home/nightly /secret-operator/secretclass#backend-kerberoskeytab)
299+ The [`kerberosKeytab` backend](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#backend-kerberoskeytab)
300300 creates a Kerberos keytab file for a selected realm.
301301 The Kerberos KDC and administrator credentials must be provided by the administrator.
302302 properties :
@@ -450,13 +450,13 @@ spec:
450450 properties :
451451 spec :
452452 description : |-
453- A [SecretClass](https://docs.stackable.tech/home/nightly /secret-operator/secretclass) is a cluster-global Kubernetes resource
453+ A [SecretClass](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass) is a cluster-global Kubernetes resource
454454 that defines a category of secrets that the Secret Operator knows how to provision.
455455 properties :
456456 backend :
457457 description : |-
458458 Each SecretClass is associated with a single
459- [backend](https://docs.stackable.tech/home/nightly /secret-operator/secretclass#backend),
459+ [backend](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#backend),
460460 which dictates the mechanism for issuing that kind of Secret.
461461 oneOf :
462462 - required :
@@ -470,7 +470,7 @@ spec:
470470 properties :
471471 autoTls :
472472 description : |-
473- The [`autoTls` backend](https://docs.stackable.tech/home/nightly /secret-operator/secretclass#backend-autotls)
473+ The [`autoTls` backend](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#backend-autotls)
474474 issues a TLS certificate signed by the Secret Operator.
475475 The certificate authority can be provided by the administrator, or managed automatically by the Secret Operator.
476476
@@ -627,7 +627,7 @@ spec:
627627 A new certificate will be requested the first time it is used by a Pod, it
628628 will be reused after that (subject to cert-manager renewal rules).
629629
630- [1]: https://docs.stackable.tech/home/nightly /secret-operator/secretclass#backend-certmanager
630+ [1]: https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#backend-certmanager
631631 [cert-manager]: https://cert-manager.io/
632632 properties :
633633 defaultCertificateLifetime :
@@ -687,7 +687,7 @@ spec:
687687 type : object
688688 k8sSearch :
689689 description : |-
690- The [`k8sSearch` backend](https://docs.stackable.tech/home/nightly /secret-operator/secretclass#backend-k8ssearch)
690+ The [`k8sSearch` backend](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#backend-k8ssearch)
691691 can be used to mount Secrets across namespaces into Pods.
692692 properties :
693693 searchNamespace :
@@ -723,7 +723,7 @@ spec:
723723 type : object
724724 kerberosKeytab :
725725 description : |-
726- The [`kerberosKeytab` backend](https://docs.stackable.tech/home/nightly /secret-operator/secretclass#backend-kerberoskeytab)
726+ The [`kerberosKeytab` backend](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#backend-kerberoskeytab)
727727 creates a Kerberos keytab file for a selected realm.
728728 The Kerberos KDC and administrator credentials must be provided by the administrator.
729729 properties :
@@ -894,13 +894,13 @@ spec:
894894 properties :
895895 spec :
896896 description : |-
897- A [TrustStore](https://docs.stackable.tech/home/nightly /secret-operator/truststore) requests information about how to
898- validate secrets issued by a [SecretClass](https://docs.stackable.tech/home/nightly /secret-operator/secretclass).
897+ A [TrustStore](https://docs.stackable.tech/home/25.11 /secret-operator/truststore) requests information about how to
898+ validate secrets issued by a [SecretClass](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass).
899899
900900 The requested information is written to a ConfigMap with the same name as the TrustStore.
901901 properties :
902902 format :
903- description : The [format](https://docs.stackable.tech/home/nightly /secret-operator/secretclass#format) that the data should be converted into.
903+ description : The [format](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass#format) that the data should be converted into.
904904 enum :
905905 - tls-pem
906906 - tls-pkcs12
0 commit comments