Skip to content

Commit

Permalink
ProcessCache: Add helm configuration option
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Sheldrake <[email protected]>
  • Loading branch information
kevsecurity committed Nov 21, 2024
1 parent ed7d811 commit 3b5888f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions 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.

1 change: 1 addition & 0 deletions install/kubernetes/tetragon/README.md

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

Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ data:
keep-sensors-on-exit: "true"
release-pinned-bpf: "false"
{{- end }}
process-cache-gc-interval: {{ .Values.tetragon.processCacheGCInterval | quote }}
2 changes: 2 additions & 0 deletions install/kubernetes/tetragon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ tetragon:
eventCacheRetryDelay: 2
# -- Persistent enforcement to allow the enforcement policy to continue running even when its Tetragon process is gone.
enableKeepSensorsOnExit: false
# -- Configure the interval (suffixed with s for seconds, m for minutes, etc) for the process cache garbage collector.
processCacheGCInterval: 30s
# Tetragon Operator settings
tetragonOperator:
# -- Enables the Tetragon Operator.
Expand Down

0 comments on commit 3b5888f

Please sign in to comment.