From 760d9d98d54be73f4e39feb34c9a665c258d196c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=81nis=20Orlovs?= Date: Wed, 2 Oct 2024 10:17:29 +0300 Subject: [PATCH] Update charts/argo-cd/templates/argocd-server/deprecation.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jason Meridth Signed-off-by: Jānis Orlovs --- charts/argo-cd/templates/argocd-server/deprecation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/templates/argocd-server/deprecation.yaml b/charts/argo-cd/templates/argocd-server/deprecation.yaml index 587cc519..8fca9529 100644 --- a/charts/argo-cd/templates/argocd-server/deprecation.yaml +++ b/charts/argo-cd/templates/argocd-server/deprecation.yaml @@ -1,5 +1,5 @@ {{- if .Values.checkDeprecation }} {{- if .Values.server.config }} - {{ fail "`server.config` does no longer exist. It has been renamed to `configs`" }} + {{ fail "`server.config` no longer exists. It has been renamed to `configs`" }} {{- end }} {{- end }} \ No newline at end of file