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:
@@ -20,7 +20,6 @@ containerEnvironmentVariables: []
|
|||||||
# Network related configuration
|
# Network related configuration
|
||||||
externalInterfaces: []
|
externalInterfaces: []
|
||||||
portForwardingList: []
|
portForwardingList: []
|
||||||
hostPortsList: []
|
|
||||||
hostNetwork: false
|
hostNetwork: false
|
||||||
dnsPolicy: Default
|
dnsPolicy: Default
|
||||||
dnsConfig:
|
dnsConfig:
|
||||||
|
|||||||
Reference in New Issue
Block a user