Skip to content

Commit

Permalink
default to empty outboundtype, let RP decide
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-schndr authored and petrkotas committed Jul 19, 2023
1 parent d818ce8 commit 38c886f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/az/aro/azext_aro/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def aro_create(cmd, # pylint: disable=too-many-locals
network_profile=openshiftcluster.NetworkProfile(
pod_cidr=pod_cidr or '10.128.0.0/14',
service_cidr=service_cidr or '172.30.0.0/16',
outbound_type=outbound_type or 'Loadbalancer',
outbound_type=outbound_type or '',
),
master_profile=openshiftcluster.MasterProfile(
vm_size=master_vm_size or 'Standard_D8s_v3',
Expand Down

0 comments on commit 38c886f

Please sign in to comment.