From a008d43b3f0b0fca848ee29ebed4daa67cea105e Mon Sep 17 00:00:00 2001 From: zhenyus Date: Thu, 31 Jul 2025 23:47:51 +0800 Subject: [PATCH] fix(reconciler): disable CRDs installation in values.alpha.yaml - Updated the CRDs management configuration to set 'install' to false, preventing automatic installation of CRDs. - This change aligns with the current deployment strategy and ensures better control over CRD management. Signed-off-by: zhenyus --- .../helm-pkg/reconciler/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml b/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml index 172fd5c8..49d7ac5f 100644 --- a/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml +++ b/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml @@ -224,5 +224,5 @@ networkPolicy: # CRDs Management crds: - install: true + install: false keep: true \ No newline at end of file