Skip to content

Commit

Permalink
Removed hostNetwork: true from linkerd-cni Helm chart templates
Browse files Browse the repository at this point in the history
Signed-off-by: Abhijeet Gaurav <[email protected]>
  • Loading branch information
abhijeetgauravm committed Jul 24, 2023
1 parent bc484be commit d7060ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/linkerd2-cni/templates/cni-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
{{- end }}
fsGroup:
rule: RunAsAny
hostNetwork: true

runAsUser:
rule: RunAsAny
seLinux:
Expand Down Expand Up @@ -211,7 +211,7 @@ spec:
affinity:
{{- include "linkerd.node-affinity" . | nindent 8 }}
{{- end }}
hostNetwork: true

securityContext:
seccompProfile:
type: RuntimeDefault
Expand Down

0 comments on commit d7060ea

Please sign in to comment.