Skip to content

Commit 9b30d85

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/concepts/pages/maintenance/crds.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
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`.
6-
The operator generates a CA (and a leaf certificate) used by the conversion webhook automatically which is additionally rotated every 24 hours.
7-
This requires the operator to continuously update the `caBundle` field of the webhook configuration.
6+
The operator automatically generates a dedicated CA and leaf certificate for the conversion webhook, rotating them every 24 hours.
7+
To maintain secure communication, the operator must continuously inject the up-to-date caBundle into the CRD's webhook configuration.
88

99
This maintenance process can be disabled via a Helm value if desired.
1010

0 commit comments

Comments
 (0)