Skip to content

Commit e1155e0

Browse files
author
Cecile Robert-Michon
committed
Add test for UAMI with private cluster
1 parent efcf8c9 commit e1155e0

File tree

19 files changed

+79
-508
lines changed

19 files changed

+79
-508
lines changed

azure/scope/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func NewClusterScope(ctx context.Context, params ClusterScopeParams) (*ClusterSc
8181
}
8282
err = params.AzureClients.setCredentialsWithProvider(ctx, params.AzureCluster.Spec.SubscriptionID, params.AzureCluster.Spec.AzureEnvironment, credentialsProvider)
8383
if err != nil {
84-
return nil, errors.Wrap(err, "FAILED to configure azure settings and credentials for Identity")
84+
return nil, errors.Wrap(err, "failed to configure azure settings and credentials for Identity")
8585
}
8686
}
8787

templates/cluster-template-system-assigned-identity.yaml

Lines changed: 0 additions & 213 deletions
This file was deleted.

0 commit comments

Comments
 (0)