Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 8eca799

Browse files
aaronlevyrphillips
authored andcommitted
pkg/asset/internal: allow controller-manager to use cluster+host DNS (#629)
1 parent 7a2390d commit 8eca799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/asset/internal/templates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ spec:
457457
- name: ssl-host
458458
hostPath:
459459
path: /usr/share/ca-certificates
460-
dnsPolicy: Default # Don't use cluster DNS.
460+
dnsPolicy: ClusterFirstWithHostNet
461461
`)
462462

463463
var ControllerManagerServiceAccount = []byte(`apiVersion: v1

0 commit comments

Comments
 (0)