Skip to content

Commit

Permalink
support network type in IBM CLOUD IPI deployments (red-hat-storage#8297)
Browse files Browse the repository at this point in the history
Signed-off-by: prsurve <[email protected]>
  • Loading branch information
prsurve committed Aug 27, 2023
1 parent 6ff4922 commit 61a9f9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ networking:
hostPrefix: {{ cluster_host_prefix | default(23) }}
machineNetwork:
- cidr: 10.0.0.0/16
networkType: OpenShiftSDN
networkType: {{ network_type | default('OVNKubernetes') }}
serviceNetwork:
- {{ service_network_cidr | default('172.30.0.0/16') }}
platform:
Expand Down

0 comments on commit 61a9f9b

Please sign in to comment.