From 0d560b4a093c1e6c7f2cc9db4a9b2c2bb27bb8a9 Mon Sep 17 00:00:00 2001 From: Antoine Toulme Date: Thu, 9 Jan 2025 16:02:39 -0800 Subject: [PATCH] do not install CRDs with the operator --- helm-charts/splunk-otel-collector/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-charts/splunk-otel-collector/values.yaml b/helm-charts/splunk-otel-collector/values.yaml index 1b3580e96d..1ca6e23b2f 100644 --- a/helm-charts/splunk-otel-collector/values.yaml +++ b/helm-charts/splunk-otel-collector/values.yaml @@ -1176,6 +1176,8 @@ service: operator: enabled: false + crds: + create: false admissionWebhooks: certManager: # Annotate the certificate and issuer to ensure they are created after the cert-manager CRDs have been installed.