Skip to content

Commit

Permalink
feat(shield): allow ebpf on gke autopilot
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-furlan committed Dec 12, 2024
1 parent 8507491 commit ec6ae32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/shield/templates/host/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ spec:
- name: SYSDIG_BPF_PROBE
value:
{{- end }}
{{- if and (include "host.driver.is_universal_ebpf" .) (not (include "common.cluster_type.is_gke_autopilot" .)) }}
{{- if (include "host.driver.is_universal_ebpf" .) }}
- name: SYSDIG_AGENT_DRIVER
value: universal_ebpf
{{- else if and (include "host.driver.is_legacy_ebpf" .) (not (include "common.cluster_type.is_gke_autopilot" .)) }}
{{- else if (include "host.driver.is_legacy_ebpf" .) }}
- name: SYSDIG_AGENT_DRIVER
value: legacy_ebpf
{{- end }}
Expand Down

0 comments on commit ec6ae32

Please sign in to comment.