Skip to content

Commit 94eb067

Browse files
committed
Implement fix for failing AKS acceptance test
Signed-off-by: Gavin Shaw <gshaw+github@pivotal.io>
1 parent cb65605 commit 94eb067

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

internal/resources/akscluster/resource_akscluster_acc_test.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,9 @@ func testAKSCluster(fn *aksmodel.VmwareTanzuManageV1alpha1AksclusterFullName) st
402402
enable_disk_csi_driver = false
403403
enable_file_csi_driver = false
404404
}
405+
identity_config {
406+
type = "IDENTITY_TYPE_SYSTEM_ASSIGNED"
407+
}
405408
}
406409
nodepool {
407410
name = "systemnp"
@@ -433,6 +436,9 @@ func testAKSClusterEnableCSI(fn *aksmodel.VmwareTanzuManageV1alpha1AksclusterFul
433436
enable_disk_csi_driver = true
434437
enable_file_csi_driver = true
435438
}
439+
identity_config {
440+
type = "IDENTITY_TYPE_SYSTEM_ASSIGNED"
441+
}
436442
}
437443
nodepool {
438444
name = "systemnp"
@@ -464,6 +470,9 @@ func testAKSClusterAddUserNodepool(fn *aksmodel.VmwareTanzuManageV1alpha1Aksclus
464470
enable_disk_csi_driver = true
465471
enable_file_csi_driver = true
466472
}
473+
identity_config {
474+
type = "IDENTITY_TYPE_SYSTEM_ASSIGNED"
475+
}
467476
}
468477
nodepool {
469478
name = "systemnp"

0 commit comments

Comments
 (0)