Skip to content

Commit aea123f

Browse files
Add support for multiple CIDR in vcn and fix dns label bug
1 parent 4a6a5f3 commit aea123f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/scope/vcn_reconciler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func (s *ClusterScope) UpdateVCN(ctx context.Context, vcn infrastructurev1beta2.
123123
func (s *ClusterScope) CreateVCN(ctx context.Context, spec infrastructurev1beta2.VCN) (*string, error) {
124124
vcnDetails := core.CreateVcnDetails{
125125
CompartmentId: common.String(s.GetCompartmentId()),
126-
DisplayName: common.String(spec.Name),
126+
DisplayName: common.String(s.GetVcnName()),
127127
CidrBlocks: s.GetVcnCidrs(),
128128
FreeformTags: s.GetFreeFormTags(),
129129
DefinedTags: s.GetDefinedTags(),

0 commit comments

Comments
 (0)