From 6389b10aa0383bf8a010263c66e818fa54a9ea10 Mon Sep 17 00:00:00 2001 From: Toni Tauro Date: Thu, 20 Jul 2023 11:49:24 +0200 Subject: [PATCH] Update docs/argocd-app-of-apps.md Co-authored-by: Lukas Grossar --- docs/argocd-app-of-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/argocd-app-of-apps.md b/docs/argocd-app-of-apps.md index c605de82f..d85745941 100644 --- a/docs/argocd-app-of-apps.md +++ b/docs/argocd-app-of-apps.md @@ -163,7 +163,7 @@ Once we are ready to fully remove it we replace the components template with a ` ```yaml {{ if .Values.component.enabled }} -{{ fail "component is DEPRECATED, use "improved solution" instead" }} +{{ fail "component is DEPRECATED, use improved solution instead" }} {{ end }} ```