mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
corrected policy name in config
Signed-off-by: NoSkillGirl <singhpooja240393@gmail.com>
This commit is contained in:
parent
aa574ca242
commit
c607408098
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ var RoleTests = []struct {
|
||||||
CloneNamespace: "default",
|
CloneNamespace: "default",
|
||||||
Sync: false,
|
Sync: false,
|
||||||
Data: roleRoleBindingYamlWithClone,
|
Data: roleRoleBindingYamlWithClone,
|
||||||
PolicyName: "gen-role",
|
PolicyName: "gen-role-policy",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue