Skip to content

Commit

Permalink
Revert azure networking change
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewuolle committed Dec 4, 2024
1 parent bcb71cf commit f854d75
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions templates/cluster/azure-hosted-cp/templates/azurecluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ spec:
vnet:
resourceGroup: {{ .Values.resourceGroup }}
name: {{ .Values.network.vnetName }}
# subnets:
# - name: {{ .Values.network.nodeSubnetName }}
# role: node
# routeTable:
# name: {{ .Values.network.nodeRouteTableName }}
# securityGroup:
# name: {{ .Values.network.nodeSecurityGroupName }}
# - name: {{ .Values.network.cpSubnetName }}
# role: control-plane
# routeTable:
# name: {{ .Values.network.cpRouteTableName }}
# securityGroup:
# name: {{ .Values.network.cpSecurityGroupName }}
subnets:
- name: {{ .Values.network.nodeSubnetName }}
role: node
routeTable:
name: {{ .Values.network.nodeRouteTableName }}
securityGroup:
name: {{ .Values.network.nodeSecurityGroupName }}
- name: {{ .Values.network.cpSubnetName }}
role: control-plane
routeTable:
name: {{ .Values.network.cpRouteTableName }}
securityGroup:
name: {{ .Values.network.cpSecurityGroupName }}
location: {{ .Values.location }}
{{- if .Values.bastion.enabled }}
{{- with .Values.bastion.bastionSpec }}
Expand Down

0 comments on commit f854d75

Please sign in to comment.