From c3711033f30a51ec804825bf72004c7b0f8fc568 Mon Sep 17 00:00:00 2001 From: Johan Dewe Date: Thu, 24 Sep 2020 16:23:50 +0200 Subject: [PATCH] Correct fluxcd.io/ignore value Need quotes to force string value. --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 87f31ad78..284f65795 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -304,7 +304,7 @@ Yes. The easiest way to do that is to use the following annotation in the manife the change to git: ```yaml - fluxcd.io/ignore: true + fluxcd.io/ignore: "true" ``` To stop ignoring these annotated resources, you simply remove the annotation from the manifests in git.