mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
correct install.yaml
This commit is contained in:
parent
dc72368e86
commit
0c2dd0120a
1 changed files with 15 additions and 8 deletions
|
@ -215,14 +215,21 @@ spec:
|
|||
type: string
|
||||
namespace:
|
||||
type: string
|
||||
rules:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
required:
|
||||
- name
|
||||
- type
|
||||
- message
|
||||
rules:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
required:
|
||||
- name
|
||||
- type
|
||||
- message
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
type:
|
||||
type: string
|
||||
message:
|
||||
type: string
|
||||
---
|
||||
kind: Namespace
|
||||
apiVersion: v1
|
||||
|
|
Loading…
Add table
Reference in a new issue