Skip to content

Commit 55972ab

Browse files
authored
Merge pull request #84 from oracle/jah/fix-disable-sec-list
fix decoding disabling security list management
2 parents b75b1b1 + d3d0882 commit 55972ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/oci/client/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ type LoadBalancerConfig struct {
4242
// has setup a rule that allows inbound traffic to the appropriate ports
4343
// for kube proxy health port, node port ranges, and health check port ranges.
4444
// E.g. 10.82.0.0/16 30000-32000
45-
DisableSecurityListManagement bool `gcfg:"disableSecurityListManagement,omitempty"`
45+
DisableSecurityListManagement bool `yaml:"disableSecurityListManagement"`
4646

4747
Subnet1 string `yaml:"subnet1"`
4848
Subnet2 string `yaml:"subnet2"`

0 commit comments

Comments
 (0)