From 4db91f70627a560e4653da5ab7dd8898b3990935 Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Fri, 28 May 2021 12:14:30 -0400 Subject: [PATCH] improve readability of service exposure FAQ Signed-off-by: Mike Ball --- docs/gitbook/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/faq.md b/docs/gitbook/faq.md index bb0d7682..fed28659 100644 --- a/docs/gitbook/faq.md +++ b/docs/gitbook/faq.md @@ -59,7 +59,7 @@ to finish, and disable it afterward (`skipAnalysis: false`). #### How is an application exposed inside the cluster? -Assuming the app name is podinfo you can define a canary like: +Assuming the app name is `podinfo`, you can define a canary like: ```yaml apiVersion: flagger.app/v1beta1