Skip to content

Commit

Permalink
Do not specify hostportslist when update strategy is rolling update
Browse files Browse the repository at this point in the history
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 #6
  • Loading branch information
sonicaj committed Nov 29, 2020
1 parent 312100f commit 3b632bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/ix-chart/2010.0.2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ containerEnvironmentVariables: []
# Network related configuration
externalInterfaces: []
portForwardingList: []
hostPortsList: []
hostNetwork: false
dnsPolicy: Default
dnsConfig:
Expand Down

0 comments on commit 3b632bc

Please sign in to comment.