Skip to content

Commit 6dad017

Browse files
committed
Change deprecated ManualServicePrincipal
Changing the ManualServicePrincipal to ServicePrincipal since the former will be deprecated. https://capz.sigs.k8s.io/topics/identities
1 parent 8f02f85 commit 6dad017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/asset/manifests/azure/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func GenerateClusterAssets(installConfig *installconfig.InstallConfig, clusterID
126126
Namespace: capiutils.Namespace,
127127
},
128128
Spec: capz.AzureClusterIdentitySpec{
129-
Type: capz.ManualServicePrincipal,
129+
Type: capz.ServicePrincipal,
130130
AllowedNamespaces: &capz.AllowedNamespaces{}, // Allow all namespaces.
131131
ClientID: session.Credentials.ClientID,
132132
ClientSecret: corev1.SecretReference{

0 commit comments

Comments
 (0)