Skip to content

Commit

Permalink
Export EventCache tunables in the Helm Chart
Browse files Browse the repository at this point in the history
Signed-off-by: Anastasios Papagiannis <tasos.papagiannnis@gmail.com>
  • Loading branch information
tpapagian committed Sep 18, 2024
1 parent aab03fe commit 451f921
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 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.

2 changes: 2 additions & 0 deletions install/kubernetes/tetragon/README.md

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

2 changes: 2 additions & 0 deletions install/kubernetes/tetragon/templates/tetragon_configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,6 @@ data:
{{- if .Values.tetragon.pprof.enabled }}
pprof-address: {{ .Values.tetragon.pprof.address }}:{{ .Values.tetragon.pprof.port }}
{{- end }}
event-cache-retries: {{ .Values.tetragon.eventCacheRetries | quote }}
event-cache-retry-delay: {{ .Values.tetragon.eventCacheRetryDelay | quote }}
{{- include "configmap.extra" . | nindent 2 }}
4 changes: 4 additions & 0 deletions install/kubernetes/tetragon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ tetragon:
extraVolumeMounts: []
# -- resources for the the oci-hook-setup init container
resources: {}
# -- Configure the number of retries in tetragon's event cache.
eventCacheRetries: 15
# -- Configure the delay (in seconds) between retires in tetragon's event cache.
eventCacheRetryDelay: 2
# Tetragon Operator settings
tetragonOperator:
# -- Enables the Tetragon Operator.
Expand Down

0 comments on commit 451f921

Please sign in to comment.