[common] set dnspolicy default to ClusterFirst (#221)

This commit is contained in:
ᗪєνιη ᗷυнʟ
2020-11-25 15:10:25 -05:00
committed by GitHub
parent 5edd9b8b00
commit e93bf613f1
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: v2
name: common
description: Function library for k8s-at-home charts
type: library
version: 1.6.1
version: 1.6.2
keywords:
- k8s-at-home
- common

View File

@@ -29,7 +29,7 @@ env: {}
# When using hostNetwork make sure you set dnsPolicy to ClusterFirstWithHostNet
hostNetwork: false
dnsPolicy: Default
dnsPolicy: ClusterFirst
initContainers: []