Skip to content

Commit

Permalink
helm: Remove tcp-stats-sample-segs flag from ConfigMap
Browse files Browse the repository at this point in the history
It's unused.

Signed-off-by: Anna Kapuscinska <[email protected]>
  • Loading branch information
lambdanis committed Sep 9, 2024
1 parent 1040412 commit 83e07e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions install/kubernetes/tetragon/templates/tetragon_configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ data:
health-server-interval: {{ .Values.tetragon.healthGrpc.interval | quote }}
{{- else }}
health-server-address: ""
{{- end }}
{{- if .Values.tetragon.tcpStatsSampleSegs }}
tcp-stats-sample-segs: {{ .Values.tetragon.tcpStatsSampleSegs | quote }}
{{- end }}
gops-address: {{ .Values.tetragon.gops.address }}:{{ .Values.tetragon.gops.port }}
{{- if .Values.tetragon.enablePolicyFilter }}
Expand Down

0 comments on commit 83e07e5

Please sign in to comment.