Skip to content

Commit 8e74b1b

Browse files
kahirokunna-hilaly
andauthored
Update templates/helm/values.yaml.tpl
Co-authored-by: Amine <[email protected]>
1 parent 2e0416d commit 8e74b1b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

templates/helm/values.yaml.tpl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ deployment:
3131
# Specifies the hostname of the Pod.
3232
# If not specified, the pod's hostname will be set to a system-defined value.
3333
hostNetwork: false
34-
# Which dnsPolicy to set?
35-
# See: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy
34+
# Set DNS policy for the pod.
35+
# Defaults to "ClusterFirst".
36+
# Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'.
37+
# To have DNS options set along with hostNetwork, you have to specify DNS policy
38+
# explicitly to 'ClusterFirstWithHostNet'.
3639
dnsPolicy: ClusterFirst
3740
extraVolumes: []
3841
extraVolumeMounts: []

0 commit comments

Comments
 (0)