From 8e2786d576e43861aa7c0fec941e008cc29e49b9 Mon Sep 17 00:00:00 2001 From: Felix Date: Fri, 28 Jul 2023 19:51:05 +0100 Subject: [PATCH] docs: Add missing value (#14538) Signed-off-by: felix Signed-off-by: Jimmy Neville --- docs/operator-manual/config-management-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator-manual/config-management-plugins.md b/docs/operator-manual/config-management-plugins.md index ae39bf1a9214a..3550dbd81f143 100644 --- a/docs/operator-manual/config-management-plugins.md +++ b/docs/operator-manual/config-management-plugins.md @@ -106,7 +106,7 @@ spec: # static parameter announcements list. command: [echo, '[{"name": "example-param", "string": "default-string-value"}]'] - # If set to then the plugin receives repository files with original file mode. Dangerous since the repository + # If set to `true` then the plugin receives repository files with original file mode. Dangerous since the repository # might have executable files. Set to true only if you trust the CMP plugin authors. preserveFileMode: false ```