зеркало из https://github.com/Azure/ARO-RP.git
update deployment name/logged arm template deployed
This commit is contained in:
Родитель
3ed9676d36
Коммит
9904d95305
|
@ -66,7 +66,7 @@ func (m *manager) createOrUpdateClusterServicePrincipalRBAC(ctx context.Context)
|
|||
ContentVersion: "1.0.0.0",
|
||||
Resources: []*arm.Resource{m.clusterServicePrincipalRBAC()},
|
||||
}
|
||||
err = arm.DeployTemplate(ctx, m.log, m.deployments, resourceGroup, "storage", t, nil)
|
||||
err = arm.DeployTemplate(ctx, m.log, m.deployments, resourceGroup, "clustersp", t, nil)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче