mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
update install.yaml for generate
This commit is contained in:
parent
3fce50b2d3
commit
a61a7c9c31
1 changed files with 27 additions and 30 deletions
|
@ -29,14 +29,14 @@ spec:
|
||||||
required:
|
required:
|
||||||
- name
|
- name
|
||||||
- resource
|
- resource
|
||||||
parameters:
|
properties:
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
resource:
|
resource:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- kind
|
- kind
|
||||||
parameters:
|
properties:
|
||||||
kind:
|
kind:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
|
@ -115,36 +115,33 @@ spec:
|
||||||
pattern:
|
pattern:
|
||||||
AnyValue: {}
|
AnyValue: {}
|
||||||
generate:
|
generate:
|
||||||
type: array
|
type: object
|
||||||
items:
|
required:
|
||||||
type: object
|
- kind
|
||||||
required:
|
- name
|
||||||
- kind
|
properties:
|
||||||
- name
|
kind:
|
||||||
- copyFrom
|
type: string
|
||||||
properties:
|
name:
|
||||||
kind:
|
type: string
|
||||||
type: string
|
copyFrom:
|
||||||
name:
|
type: object
|
||||||
type: string
|
required:
|
||||||
copyFrom:
|
- namespace
|
||||||
type: object
|
- name
|
||||||
required:
|
properties:
|
||||||
- namespace
|
namespace:
|
||||||
- name
|
|
||||||
properties:
|
|
||||||
namespace:
|
|
||||||
type: string
|
|
||||||
name:
|
|
||||||
type: string
|
|
||||||
data:
|
|
||||||
type: object
|
|
||||||
additionalProperties:
|
|
||||||
type: string
|
type: string
|
||||||
labels:
|
name:
|
||||||
type: object
|
|
||||||
additionalProperties:
|
|
||||||
type: string
|
type: string
|
||||||
|
data:
|
||||||
|
type: object
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
labels:
|
||||||
|
type: object
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
|
Loading…
Add table
Reference in a new issue