Skip to content

Commit

Permalink
fix(falco): set dnsPolicy to ClusterFirstWithHostNet when gvisor driv…
Browse files Browse the repository at this point in the history
…er is enabled

Signed-off-by: NoOverflow <[email protected]>
  • Loading branch information
NoOverflow authored Dec 11, 2024
1 parent 15f97d5 commit c35f235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/falco/templates/pod-template.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ spec:
{{- if eq .Values.driver.kind "gvisor" }}
hostNetwork: true
hostPID: true
dnsPolicy: ClusterFirstWithHostNet
{{- end }}
containers:
- name: {{ .Chart.Name }}
Expand Down

0 comments on commit c35f235

Please sign in to comment.