Skip to content

Commit 4d06fea

Browse files
Merge pull request #126 from pluralsh/pass-network-name-to-azure
Bugfix: Pass network_name to azure
2 parents 8dfe283 + a9ed0fa commit 4d06fea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup/stacks/core-infra.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ spec:
2121
cluster_name: [[ .Cluster ]]
2222
[[ if eq .Provider "azure" ]]
2323
resource_group_name: [[ .Project ]]
24+
network_name: [[ .Cluster ]]-network
2425
subscription_id: [[ .Context.SubscriptionId ]]
2526
tenant_id: [[ .Context.TenantId ]]
2627
client_id: {{ .StacksIdentity }}

0 commit comments

Comments
 (0)