Skip to content

Commit

Permalink
Fix indents in CRD definition
Browse files Browse the repository at this point in the history
sighupio#173


Signed-off-by: igorstepanenkos <[email protected]>
  • Loading branch information
igorstepanenkos authored Sep 13, 2023
1 parent fb6f65e commit 576868a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions deployments/kubernetes/seeds/crd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ spec:
storage: true
schema:
openAPIV3Schema:
type: object
properties:
spec:
type: object
properties:
name:
type: string
minLength: 2
type: object
properties:
spec:
type: object
properties:
name:
type: string
minLength: 2
scope: Cluster
names:
plural: permissionmanagerusers
Expand Down

0 comments on commit 576868a

Please sign in to comment.