File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ type: application
16
16
# This is the chart version. This version number should be incremented each time you make changes
17
17
# to the chart and its templates, including the app version.
18
18
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19
- version : 1.1.1
19
+ version : 1.1.2
20
20
21
21
# This is the version number of the application being deployed. This version number should be
22
22
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 44
44
fieldRef :
45
45
fieldPath : spec.nodeName
46
46
- name : EVENTS_FILENAME
47
- value : {{ .Values.streamsec.runtime_agent.tetragonFilePath }}
47
+ value : {{ .Values.streamsec.runtime_agent.tetragonFilePath }}{{ .Values.streamsec.runtime_agent.tetragonFileName }}
48
48
- name : API_URL
49
49
value : {{ .Values.streamsec.apiUrl | quote }}
50
50
- name : API_TOKEN
72
72
volumes :
73
73
- hostPath :
74
74
path : {{ .Values.streamsec.runtime_agent.tetragonFilePath }}
75
- type : FileOrCreate
75
+ type : DirectoryOrCreate
76
76
name : export-logs
77
77
- hostPath :
78
78
path : /sys/kernel
Original file line number Diff line number Diff line change @@ -194,7 +194,8 @@ streamsec:
194
194
195
195
runtime_agent :
196
196
enabled : false
197
- tetragonFilePath : /var/run/cilium/tetragon/tetragon.log
197
+ tetragonFilePath : /var/run/cilium/tetragon/
198
+ tetragonFileName : tetragon.log
198
199
nodeSelector : {}
199
200
tolerations :
200
201
- operator : Exists
You can’t perform that action at this time.
0 commit comments