Skip to content

Commit

Permalink
Fix missing status definition in v1 CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Nov 12, 2021
1 parent f58cdd7 commit 8883cfe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy/iamidentitymapping.yaml
Expand Up @@ -34,5 +34,12 @@ spec:
type: array
items:
type: string
status:
type: object
properties:
canonicalARN:
type: string
userID:
type: string
subresources:
status: {}

0 comments on commit 8883cfe

Please sign in to comment.