From f2564ed89c04279dd065673e1ebc6d956bbe4342 Mon Sep 17 00:00:00 2001 From: Emanuel Oliveira Date: Sat, 21 Aug 2021 00:39:40 -0300 Subject: [PATCH] chore: fix changed log word Co-authored-by: Mateus Miranda Signed-off-by: Emanuel Oliveira --- charts/argo-cd/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/templates/NOTES.txt b/charts/argo-cd/templates/NOTES.txt index 29f01b81..2a38869d 100644 --- a/charts/argo-cd/templates/NOTES.txt +++ b/charts/argo-cd/templates/NOTES.txt @@ -1,4 +1,4 @@ -{{- if .Values.configs.repositoryCredentials }} +{{- if or .Values.configs.repositoryCredentials .Values.server.config.repositories }} WARNING: You are using configs.repositoryCredentials parameter that's DEPRECATED Instead, use configs.repositoryTemplates and/or configs.repositories parameters Read More about here: https://argo-cd.readthedocs.io/en/latest/operator-manual/declarative-setup/#legacy-behaviour