Skip to content

Commit

Permalink
Add support for custom roles in NSG/Subnet
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamradhakrishnan committed Aug 5, 2023
1 parent 2cc0cd2 commit 730a78a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/v1beta2/ocicluster_webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,9 @@ func TestOCICluster_ValidateCreate(t *testing.T) {
{
name: "allow nsg custom role",
c: &OCICluster{
ObjectMeta: metav1.ObjectMeta{},
ObjectMeta: metav1.ObjectMeta{
Name: goodClusterName,
},
Spec: OCIClusterSpec{
CompartmentId: "ocid",
OCIResourceIdentifier: "uuid",
Expand Down

0 comments on commit 730a78a

Please sign in to comment.