Skip to content

Commit 936a5db

Browse files
chore: Apply suggestion
Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
1 parent 96cfc0e commit 936a5db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/concepts/pages/maintenance/crds.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= CustomResourceDefinition (CRD) maintenance
22
:k8s-webhook-config: https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/#configure-customresourcedefinition-to-use-conversion-webhooks
33

4-
Since SDP 25.11.0 some operators maintain the CRD on their own without relying on Helm or other deployment tools.
4+
Starting with SDP 25.11.0, specific operators now manage their own CRD lifecycle independently of Helm or other deployment tools.
55
The primary reason for this is that the operator is able to inject a {k8s-webhook-config}[conversion webhook configuration] with an up-to-date `caBundle`.
66
The operator generates a CA (and a leaf certificate) used by the conversion webhook automatically which is additionally rotated every 24 hours.
77
This requires the operator to continuously update the `caBundle` field of the webhook configuration.

0 commit comments

Comments
 (0)