Skip to content

Commit 117bb9b

Browse files
Andrew Farriesroboquat
Andrew Farries
authored andcommitted
Remove default value from deployment spec
1 parent 6892bdf commit 117bb9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install/installer/pkg/components/toxiproxy/deployment.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ func deployment(ctx *common.RenderContext) ([]runtime.Object, error) {
7979
Spec: corev1.PodSpec{
8080
Affinity: common.NodeAffinity(cluster.AffinityLabelMeta),
8181
ServiceAccountName: Component,
82-
DNSPolicy: "ClusterFirst",
8382
Volumes: volumes,
8483
Containers: []corev1.Container{{
8584
Name: Component,

0 commit comments

Comments
 (0)