mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-08-23 22:26:49 +00:00
change replicas of klusterlet operator to 1 (#813)
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m0s
Post / coverage (push) Failing after 26m22s
Post / images (amd64) (push) Failing after 6m56s
Post / images (arm64) (push) Failing after 6m55s
Post / image manifest (push) Has been skipped
Post / trigger clusteradm e2e (push) Has been skipped
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m0s
Post / coverage (push) Failing after 26m22s
Post / images (amd64) (push) Failing after 6m56s
Post / images (arm64) (push) Failing after 6m55s
Post / image manifest (push) Has been skipped
Post / trigger clusteradm e2e (push) Has been skipped
Signed-off-by: Zhiwei Yin <zyin@redhat.com>
This commit is contained in:
@@ -34,7 +34,7 @@ func NewDefaultClusterManagerChartConfig() *ClusterManagerChartConfig {
|
||||
|
||||
func NewDefaultKlusterletChartConfig() *KlusterletChartConfig {
|
||||
return &KlusterletChartConfig{
|
||||
ReplicaCount: 3,
|
||||
ReplicaCount: 1,
|
||||
Klusterlet: KlusterletConfig{
|
||||
Create: true,
|
||||
},
|
||||
|
||||
@@ -173,8 +173,9 @@ func (i *Importer) reconcile(
|
||||
return cluster, nil
|
||||
}
|
||||
|
||||
// render the klsuterlet chart config
|
||||
// render the klusterlet chart config
|
||||
klusterletChartConfig := &chart.KlusterletChartConfig{
|
||||
ReplicaCount: 1,
|
||||
CreateNamespace: true,
|
||||
Klusterlet: chart.KlusterletConfig{
|
||||
Create: true,
|
||||
|
||||
Reference in New Issue
Block a user