Do not specify hostportslist when update strategy is rolling update
We should not specify a default value for host ports list as the attribute is not allowed when update strategy is rolling update which is the default. Closes truenas/charts#6
This commit is contained in:
parent
1d1ce4cc80
commit
58f226c624
|
@ -20,7 +20,6 @@ containerEnvironmentVariables: []
|
|||
# Network related configuration
|
||||
externalInterfaces: []
|
||||
portForwardingList: []
|
||||
hostPortsList: []
|
||||
hostNetwork: false
|
||||
dnsPolicy: Default
|
||||
dnsConfig:
|
||||
|
|
Loading…
Reference in New Issue