Skip to content

Commit c1d2be2

Browse files
Merge pull request #30 from lightlytics/DEV-7798-adjust-volume
DEV-7798-adjust-volume-values
2 parents 79d9d49 + fbbd4f6 commit c1d2be2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

charts/streamsec-agent/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 1.1.1
19+
version: 1.1.2
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to

charts/streamsec-agent/templates/runtime_agent_ds.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
fieldRef:
4545
fieldPath: spec.nodeName
4646
- name: EVENTS_FILENAME
47-
value: {{ .Values.streamsec.runtime_agent.tetragonFilePath }}
47+
value: {{ .Values.streamsec.runtime_agent.tetragonFilePath }}{{ .Values.streamsec.runtime_agent.tetragonFileName }}
4848
- name: API_URL
4949
value: {{ .Values.streamsec.apiUrl | quote }}
5050
- name: API_TOKEN
@@ -72,7 +72,7 @@ spec:
7272
volumes:
7373
- hostPath:
7474
path: {{ .Values.streamsec.runtime_agent.tetragonFilePath }}
75-
type: FileOrCreate
75+
type: DirectoryOrCreate
7676
name: export-logs
7777
- hostPath:
7878
path: /sys/kernel

charts/streamsec-agent/values.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ streamsec:
194194

195195
runtime_agent:
196196
enabled: false
197-
tetragonFilePath: /var/run/cilium/tetragon/tetragon.log
197+
tetragonFilePath: /var/run/cilium/tetragon/
198+
tetragonFileName: tetragon.log
198199
nodeSelector: {}
199200
tolerations:
200201
- operator: Exists

0 commit comments

Comments
 (0)