Deployment/DaemonSet: Fix templating & value. (#10240)
This commit is contained in:
parent
93e006c2ce
commit
2d03da6334
5 changed files with 21 additions and 13 deletions
|
|
@ -50,7 +50,15 @@ controller:
|
|||
# -- Optionally customize the pod dnsConfig.
|
||||
dnsConfig: {}
|
||||
# -- Optionally customize the pod hostAliases.
|
||||
hostAliases: {}
|
||||
hostAliases: []
|
||||
# - ip: 127.0.0.1
|
||||
# hostnames:
|
||||
# - foo.local
|
||||
# - bar.local
|
||||
# - ip: 10.1.2.3
|
||||
# hostnames:
|
||||
# - foo.remote
|
||||
# - bar.remote
|
||||
# -- Optionally customize the pod hostname.
|
||||
hostname: {}
|
||||
# -- Optionally change this to ClusterFirstWithHostNet in case you have 'hostNetwork: true'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue