Skip to content

Commit

Permalink
Enable azure provider by default
Browse files Browse the repository at this point in the history
  • Loading branch information
eromanova committed Aug 27, 2024
1 parent 3bc9590 commit 951f7c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/v1alpha1/management_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ func (m *ManagementSpec) SetProvidersDefaults() {
Raw: []byte(DefaultCAPAConfig),
},
},
{
Template: "cluster-api-provider-azure",
},
}
}

Expand Down

0 comments on commit 951f7c3

Please sign in to comment.