Skip to content

Commit

Permalink
Merge pull request fluxcd#3303 from dewe/patch-1
Browse files Browse the repository at this point in the history
Correct FAQ typo: fluxcd.io/ignore value must be string
  • Loading branch information
stefanprodan authored Sep 24, 2020
2 parents f6d58fd + c371103 commit 6f6c01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6f6c01f

Please sign in to comment.