This commit is contained in:
Amber Brown 2024-02-13 13:56:03 +11:00
Родитель 0b31fe7560
Коммит 4181083fe7
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -275,7 +275,6 @@ func (m *manager) _attachNSGs(ctx context.Context, timeout time.Duration) error
_ = wait.PollImmediateUntil(30*time.Second, func() (bool, error) {
var c bool
c, innerErr = func() (bool, error) {
for _, subnetID := range []string{
m.doc.OpenShiftCluster.Properties.MasterProfile.SubnetID,
workerSubnetId,