Skip to content

Commit

Permalink
Check for the recommended security requirements of the container-nati…
Browse files Browse the repository at this point in the history
…ve operators
  • Loading branch information
shimritproj committed May 20, 2024
1 parent 8132d2c commit 4c5443a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions cnf-certification-test/operator/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,13 @@ func TestFindAllPods(t *testing.T) {
},
operator: &provider.Operator{
Csv: &olmv1Alpha.ClusterServiceVersion{
ObjectMeta: metav1.ObjectMeta{
OwnerReferences: []metav1.OwnerReference{
{
Kind: "Pod",
Name: "nginx-pod",
Spec: olmv1Alpha.ClusterServiceVersionSpec{
CustomResourceDefinitions: olmv1Alpha.CustomResourceDefinitions{
Owned: []olmv1Alpha.CRDDescription{
{
Kind: "Pod",
Name: "nginx-pod",
},
},
},
},
Expand Down

0 comments on commit 4c5443a

Please sign in to comment.