From f4fd7e6f17bded0fb387b4b12ce99754b9a05cfd Mon Sep 17 00:00:00 2001 From: Qing Hao Date: Mon, 29 Jul 2024 09:45:39 +0800 Subject: [PATCH] Update enhancements/sig-architecture/123-addon-multiple-configs/README.md Co-authored-by: Joao Marcal --- .../sig-architecture/123-addon-multiple-configs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enhancements/sig-architecture/123-addon-multiple-configs/README.md b/enhancements/sig-architecture/123-addon-multiple-configs/README.md index 509c518..93b456a 100644 --- a/enhancements/sig-architecture/123-addon-multiple-configs/README.md +++ b/enhancements/sig-architecture/123-addon-multiple-configs/README.md @@ -139,7 +139,7 @@ both `r2n1`,`r2n2` and `r2n3` in `ManagedClusterAddOn`. ### Effective config values -`WithGetValuesFuncs()` depends on how the funcs handle multiple configs, for example: +`WithGetValuesFuncs()` depends on how some functions handle multiple configs, for example: [GetAddOnDeploymentConfigValues()](https://github.com/open-cluster-management-io/addon-framework/blob/main/pkg/addonfactory/addondeploymentconfig.go#L144) will only read the last object list in `mca.status`. ```go