Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flip CAPI support to disabled by default #3670

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions charts/mccp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -210,7 +205,6 @@ cluster-reflector-controller:
enabled: false

cluster-bootstrap-controller:
enabled: true
manager:
resources:
limits:
Expand All @@ -231,8 +225,8 @@ explorer:
cleaner:
disabled: false
enabledFor:
# - applications
# - sources
# - applications
# - sources
- gitopssets
- templates
# - clusterdiscovery
# - clusterdiscovery
Loading