1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 23:46:56 +00:00

Merge pull request #314 from nirmata/correct_install_yaml

correct install.yaml
This commit is contained in:
shuting 2019-08-22 14:24:14 -07:00 committed by GitHub
commit 3191713e76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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