Skip to content

Commit

Permalink
Unconditionally enable host network for konnectivity agents
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Wieczorek <[email protected]>
  • Loading branch information
twz123 committed Sep 18, 2023
1 parent 23abd96 commit 781c10d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/component/controller/konnectivity.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,9 +403,7 @@ spec:
priorityClassName: system-cluster-critical
tolerations:
- operator: Exists
{{- if .HostNetwork }}
hostNetwork: true
{{- end }}
containers:
- image: {{ .Image }}
imagePullPolicy: {{ .PullPolicy }}
Expand Down

0 comments on commit 781c10d

Please sign in to comment.