We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d354e commit f485c02Copy full SHA for f485c02
cmd/propagation/main.go
@@ -58,7 +58,7 @@ var options = PropagationCMDOptions{
58
LeaderElectionLeaseDuration: 137 * time.Second,
59
LeaderElectionRenewDeadline: 107 * time.Second,
60
LeaderElectionRetryPeriod: 26 * time.Second,
61
- MaxConcurrentReconciles: 10,
+ MaxConcurrentReconciles: 1,
62
}
63
64
var (
gitopsaddon/addonTemplates/clusterManagementAddon.yaml
@@ -2,8 +2,6 @@ apiVersion: addon.open-cluster-management.io/v1alpha1
2
kind: ClusterManagementAddOn
3
metadata:
4
name: gitops-addon
5
- annotations:
6
- addon.open-cluster-management.io/lifecycle: "gitops-addon"
7
spec:
8
addOnMeta:
9
description: gitops-addon
0 commit comments