You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since SDP 25.11.0 some operators maintain the CRD on their own without relying on Helm or other deployment tools.
5
+
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.
8
+
9
+
This maintenance process can be disabled via a Helm value if desired.
10
+
11
+
[WARNING]
12
+
====
13
+
It should be noted that when CRD maintenance is disabled, the operator will not deploy and manage the CRDs.
14
+
The CRDs need to be deployed manually and the conversion webhook is disabled.
15
+
As a result, only custom resources of the stored version can be used.
16
+
Only use this setting if you know what you are doing!
17
+
====
18
+
19
+
[NOTE]
20
+
====
21
+
The following section describe the available fields as well as their default and supported values.
0 commit comments