mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
fix indentations
This commit is contained in:
parent
edea6f7140
commit
dc72368e86
1 changed files with 10 additions and 10 deletions
|
@ -206,8 +206,8 @@ spec:
|
|||
resource:
|
||||
type: object
|
||||
required:
|
||||
- kind
|
||||
- name
|
||||
- kind
|
||||
- name
|
||||
properties:
|
||||
kind:
|
||||
type: string
|
||||
|
@ -215,14 +215,14 @@ 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
|
||||
---
|
||||
kind: Namespace
|
||||
apiVersion: v1
|
||||
|
|
Loading…
Add table
Reference in a new issue