mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
Fixed namespaces in validation_test.go
This commit is contained in:
parent
18842b81a1
commit
aadb3c0140
1 changed files with 4 additions and 4 deletions
|
@ -93,7 +93,7 @@ func TestSkipArrayObject_OneAnchor(t *testing.T) {
|
|||
}`)
|
||||
rawResource := []byte(`{
|
||||
"name":"nirmata-resource",
|
||||
"namespace":"kube-policy",
|
||||
"namespace":"kyverno",
|
||||
"object":{
|
||||
"label":"app",
|
||||
"array":[
|
||||
|
@ -120,7 +120,7 @@ func TestSkipArrayObject_OneNumberAnchorPass(t *testing.T) {
|
|||
rawResource := []byte(`{
|
||||
"name":"nirmata-resource",
|
||||
"count":1,
|
||||
"namespace":"kube-policy",
|
||||
"namespace":"kyverno",
|
||||
"object":{
|
||||
"label":"app",
|
||||
"array":[
|
||||
|
@ -146,7 +146,7 @@ func TestSkipArrayObject_TwoAnchorsPass(t *testing.T) {
|
|||
}`)
|
||||
rawResource := []byte(`{
|
||||
"name":"nirmata-resource",
|
||||
"namespace":"kube-policy",
|
||||
"namespace":"kyverno",
|
||||
"object":{
|
||||
"label":"app",
|
||||
"array":[
|
||||
|
@ -172,7 +172,7 @@ func TestSkipArrayObject_TwoAnchorsSkip(t *testing.T) {
|
|||
}`)
|
||||
rawResource := []byte(`{
|
||||
"name":"nirmata-resource",
|
||||
"namespace":"kube-policy",
|
||||
"namespace":"kyverno",
|
||||
"object":{
|
||||
"label":"app",
|
||||
"array":[
|
||||
|
|
Loading…
Add table
Reference in a new issue