Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
fix: update CRD validation to require spec and allow deprecated type …
Browse files Browse the repository at this point in the history
…field

Signed-off-by: Markus Maga <[email protected]>
  • Loading branch information
Flydiverny committed Apr 6, 2021
1 parent 3b70d84 commit cb3a9cc
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,16 @@ spec:
required:
- spec
type: object
required:
- spec
properties:
spec:
type: object
properties:
type:
type: string
description: >-
DEPRECATED: Use spec.template.type
template:
description: Template which will be deep merged without mutating
any existing fields. into generated secret, can be used to
Expand Down

0 comments on commit cb3a9cc

Please sign in to comment.