Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
edcdavid committed Nov 3, 2023
1 parent 21f9d38 commit 3db6957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cnf-certification-test/accesscontrol/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ func testPodRoleBindings(env *provider.TestEnvironment) {
// Add the pod to the non-compliant list
nonCompliantObjects = append(nonCompliantObjects,
testhelper.NewPodReportObject(put.Namespace, put.Name,
"The role bindings used by this pod do not live in the same namespace", false).
"The role bindings used by this pod do not live in one of the CNF namespaces", false).
AddField(testhelper.RoleBindingName, env.RoleBindings[rbIndex].Name).
AddField(testhelper.RoleBindingNamespace, env.RoleBindings[rbIndex].Namespace).
AddField(testhelper.ServiceAccountName, put.Spec.ServiceAccountName))
Expand Down

0 comments on commit 3db6957

Please sign in to comment.