Skip to content

Commit

Permalink
helm: Improve exportFilePerm doc comment
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Kapuscinska <anna@isovalent.com>
  • Loading branch information
lambdanis committed Jul 9, 2024
1 parent 078b033 commit 5d9feb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content/en/docs/reference/helm-chart.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion install/kubernetes/tetragon/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion install/kubernetes/tetragon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ tetragon:
debug: false
# -- JSON export filename. Set it to an empty string to disable JSON export altogether.
exportFilename: tetragon.log
# -- JSON export file permissions as a string. Set it to "600" to restrict access to owner.
# -- JSON export file permissions as a string. Typically it's either "600" (to restrict access to
# owner) or "640"/"644" (to allow read access by logs collector or another agent).
exportFilePerm: "600"
# -- Size in megabytes at which to rotate JSON export files.
exportFileMaxSizeMB: 10
Expand Down

0 comments on commit 5d9feb7

Please sign in to comment.