Skip to content

Commit

Permalink
Update GatewayClassConfig in test to map privileged container ports
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman authored and missylbytes committed Aug 8, 2023
1 parent fe8267f commit 0db299c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions control-plane/api-gateway/gatekeeper/gatekeeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ func TestUpsert(t *testing.T) {
},
CopyAnnotations: v1alpha1.CopyAnnotationsSpec{},
ServiceType: (*corev1.ServiceType)(common.PointerTo("NodePort")),
MapPrivilegedContainerPorts: 2000,
},
},
helmConfig: common.HelmConfig{},
Expand Down

0 comments on commit 0db299c

Please sign in to comment.