From 99fc010431b23db230bd3ad08e90fc9a5e7863f0 Mon Sep 17 00:00:00 2001 From: shellclear <12013211+shellclear@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:10:00 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8918776..aa5efe4 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ This chart is used to set up the basic building blocks in [Validated Patterns](h | global.extraValueFiles | list | `[]` | | | global.options.applicationRetryLimit | int | `20` | | | global.options.installPlanApproval | string | `"Automatic"` | | -| global.options.syncPolicy | string | `"Automatic"` | | +| global.options.syncPolicy | string | `"Automatic"` | This is the default value used for all applications always and only if the syncPolicy attribute is not defined in inside .Values.clusterGroup.applications. | | global.options.useCSV | bool | `true` | | | global.pattern | string | `"common"` | | | global.secretStore.backend | string | `"vault"` | | From e56b81bb92098d2d0603390e86fe5c92b386b36f Mon Sep 17 00:00:00 2001 From: shellclear <12013211+shellclear@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:17:43 +0100 Subject: [PATCH 2/2] Update README.md update description for syncpolicy attribute --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa5efe4..452c233 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ This chart is used to set up the basic building blocks in [Validated Patterns](h | global.extraValueFiles | list | `[]` | | | global.options.applicationRetryLimit | int | `20` | | | global.options.installPlanApproval | string | `"Automatic"` | | -| global.options.syncPolicy | string | `"Automatic"` | This is the default value used for all applications always and only if the syncPolicy attribute is not defined in inside .Values.clusterGroup.applications. | +| global.options.syncPolicy | string | `"Automatic"` | This is the default value used for all applications, but only when the syncPolicy attribute is not explicitly defined within .Values.clusterGroup.applications. | | global.options.useCSV | bool | `true` | | | global.pattern | string | `"common"` | | | global.secretStore.backend | string | `"vault"` | |