Skip to content

Commit

Permalink
Add hostNetwork: true for cloudwatch agent pod on linux (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
lisguo authored Aug 14, 2024
1 parent e1cb2a6 commit 0595aa2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ spec:
operator: NotIn
values:
- fargate
hostNetwork: true
{{- if .Values.agent.config }}
config: {{ include "cloudwatch-agent.modify-config" (merge (dict "Config" .Values.agent.config) . ) }}
{{- else }}
Expand Down

0 comments on commit 0595aa2

Please sign in to comment.