Skip to content

Commit

Permalink
fix(falco): mount /etc in falco pods
Browse files Browse the repository at this point in the history
Signed-off-by: Aldo Lacuku <[email protected]>
  • Loading branch information
alacuku committed Jan 11, 2024
1 parent 35be618 commit cc0cc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/falco/templates/pod-template.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ spec:
- mountPath: /host/usr
name: usr-fs
readOnly: true
{{- end }}
- mountPath: /host/etc
name: etc-fs
readOnly: true
{{- end }}
{{- if and .Values.driver.enabled (eq .Values.driver.kind "kmod") }}
- mountPath: /host/dev
name: dev-fs
Expand Down

0 comments on commit cc0cc29

Please sign in to comment.