Skip to content

Commit

Permalink
docs: fix indentation for preserve file mode (argoproj#16598)
Browse files Browse the repository at this point in the history
The preserveFileMode isn't under parameters, it should be right under spec. It's correct in the other example here.

Signed-off-by: yedayak <yedaya.ka@gmail.com>
  • Loading branch information
yedayak authored and Julien Fuix committed Feb 6, 2024
1 parent 380e0c5 commit 1001f85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/operator-manual/config-management-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ spec:
# static parameter announcements list.
command: [echo, '[{"name": "example-param", "string": "default-string-value"}]']

# 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
# 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
```
!!! note
Expand Down

0 comments on commit 1001f85

Please sign in to comment.