From fa097ab14ce0f6a362fc157ba3df958a40eb6f1e Mon Sep 17 00:00:00 2001 From: Simon Howe Date: Thu, 23 Nov 2023 15:07:19 +0100 Subject: [PATCH] Flip CAPI support to disabled by default - Also remove the explicit ".enabled: true" options in the values.yaml - You cannot actually disable any of the controllers without a lot of things breaking --- charts/mccp/values.yaml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/charts/mccp/values.yaml b/charts/mccp/values.yaml index 1bbf1823d..62d9bb03b 100644 --- a/charts/mccp/values.yaml +++ b/charts/mccp/values.yaml @@ -176,17 +176,13 @@ networkPolicy: enabled: true global: - capiEnabled: true + capiEnabled: false useK8sCachedClients: false clustersService: args: [] -templates-controller: - enabled: true - gitopssets-controller: - enabled: true controllerManager: manager: args: @@ -197,7 +193,6 @@ gitopssets-controller: - --enabled-generators=GitRepository,Cluster,PullRequests,List,APIClient,Matrix,Config cluster-controller: - enabled: true # cluster-controller-manager etc fullnameOverride: cluster controllerManager: @@ -210,7 +205,6 @@ cluster-reflector-controller: enabled: false cluster-bootstrap-controller: - enabled: true manager: resources: limits: @@ -231,8 +225,8 @@ explorer: cleaner: disabled: false enabledFor: -# - applications -# - sources + # - applications + # - sources - gitopssets - templates -# - clusterdiscovery + # - clusterdiscovery