File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ maintainers:
13
13
- name : mavimo
14
14
email : marcovito.moscaritolo@sysdig.com
15
15
type : application
16
- version : 1.4.3
16
+ version : 1.4.4
17
17
appVersion : " 1.0.0"
Original file line number Diff line number Diff line change @@ -217,7 +217,9 @@ spec:
217
217
{{- if (include "host.need_host_root" .) }}
218
218
- mountPath : /host
219
219
name : host-root
220
+ {{- if not (eq (include "host.response_actions_enabled" .) "true") }}
220
221
readOnly : true
222
+ {{- end }}
221
223
{{- if .Values.features.posture.host_posture.enabled }}
222
224
- mountPath : /host/tmp
223
225
name : host-tmp
Original file line number Diff line number Diff line change @@ -268,7 +268,6 @@ tests:
268
268
content :
269
269
name : host-root
270
270
mountPath : /host
271
- readOnly : true
272
271
- notExists :
273
272
path : spec.template.spec.volumes[?(@.name == "host-tmp")]
274
273
@@ -290,7 +289,6 @@ tests:
290
289
content :
291
290
name : host-root
292
291
mountPath : /host
293
- readOnly : true
294
292
- notExists :
295
293
path : spec.template.spec.volumes[?(@.name == "host-tmp")]
296
294
@@ -318,7 +316,6 @@ tests:
318
316
content :
319
317
name : host-root
320
318
mountPath : /host
321
- readOnly : true
322
319
- notExists :
323
320
path : spec.template.spec.volumes[?(@.name == "host-tmp")]
324
321
You can’t perform that action at this time.
0 commit comments