From ad848facd6fb4bd4e636e2d3791512166ca092f5 Mon Sep 17 00:00:00 2001 From: chgl Date: Tue, 18 May 2021 22:44:04 +0200 Subject: [PATCH] docs: updated breaking changes in README Signed-off-by: chgl --- charts/argo-workflows/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/argo-workflows/README.md b/charts/argo-workflows/README.md index 302c9ecf..7e1c9dd7 100644 --- a/charts/argo-workflows/README.md +++ b/charts/argo-workflows/README.md @@ -44,3 +44,5 @@ Fields to note: 1. switched to quay.io as the default registry for all images 1. removed any included usage of Minio +1. aligned the configuration of serviceAccounts with the argo-cd chart, ie: what used to be `server.createServiceAccount` is now `server.serviceAccount.create` +1. moved the previously known as `telemetryServicePort` inside the `telemetryConfig` as `telemetryConfig.servicePort` - same for `metricsConfig`