Allow RunnerDeployments to configure dnsPolicy for runners (#1892)

* Add DnsPolicy field to RunnerPodSpec struct

* Ensure the runnerSpec's DNSPolicy is mirrored to the pod.Spec

* Run `make manifests`
This commit is contained in:
Nicholas Farley
2022-10-04 19:16:11 -04:00
committed by GitHub
parent 6eadb03669
commit a389292478
8 changed files with 25 additions and 0 deletions

View File

@@ -1381,6 +1381,9 @@ spec:
type: string
type: array
type: object
dnsPolicy:
description: DNSPolicy defines how a pod's DNS will be configured.
type: string
dockerEnabled:
type: boolean
dockerEnv: