File tree 1 file changed +1
-7
lines changed
charts/shield/templates/host
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 98
98
- mountPath : /host/etc/os-release
99
99
name : osrel
100
100
readOnly : true
101
- - mountPath : /root/.sysdig
102
- name : bpf-probes
103
101
{{- end }}
104
102
{{- end }}
105
103
containers :
@@ -126,7 +124,7 @@ spec:
126
124
{{- if (include "host.driver.is_universal_ebpf" .) }}
127
125
- name : SYSDIG_AGENT_DRIVER
128
126
value : universal_ebpf
129
- {{- else if (include "host.driver.is_legacy_ebpf" .) }}
127
+ {{- else if and (include "host.driver.is_legacy_ebpf" .) (not (include "common.cluster_type.is_gke_autopilot" .) ) }}
130
128
- name : SYSDIG_AGENT_DRIVER
131
129
value : legacy_ebpf
132
130
{{- end }}
@@ -210,8 +208,6 @@ spec:
210
208
readOnly : true
211
209
- mountPath : /host/var/run/containerd/containerd.sock
212
210
name : containerdsock-vol
213
- - mountPath : /root/.sysdig
214
- name : bpf-probes
215
211
{{- end }}
216
212
217
213
{{- if (include "host.need_host_root" .) }}
@@ -309,8 +305,6 @@ spec:
309
305
- name : osrel
310
306
hostPath :
311
307
path : /etc/os-release
312
- - name : bpf-probes
313
- emptyDir : {}
314
308
- name : containerdsock-vol
315
309
hostPath :
316
310
path : /var/run/containerd/containerd.sock
You can’t perform that action at this time.
0 commit comments