From 06f99fa8f41159815f23fa1f5af5a9c90f6d15ec Mon Sep 17 00:00:00 2001 From: "Marco Maurer (-Kilchhofer)" Date: Wed, 5 Jun 2024 21:49:31 +0200 Subject: [PATCH] Apply suggestions from code review Signed-off-by: Marco Maurer (-Kilchhofer) --- charts/argo-cd/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index e6be3f02..d1384b30 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -27,6 +27,6 @@ annotations: url: https://argoproj.github.io/argo-helm/pgp_keys.asc artifacthub.io/changes: | - kind: removed - description: Remove server.certificate.serverName, as the expected secret name is static (argocd-server-tls) + description: Remove `server.certificate.secretName`, as the expected secret name is static (argocd-server-tls) - kind: removed - description: Remove applicationSet.certificate.serverName, as the expected secret name is static (argocd-applicationset-controller-tls) + description: Remove `applicationSet.certificate.secretName`, as the expected secret name is static (argocd-applicationset-controller-tls)