Skip to content

Commit

Permalink
feat(crd): add error msg to engine replica status
Browse files Browse the repository at this point in the history
ref: longhorn/longhorn 6386

Signed-off-by: Jack Lin <jack.lin@suse.com>
  • Loading branch information
ChanYiLin authored and David Ko committed Dec 26, 2023
1 parent 490ea49 commit d2d5f5d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions chart/templates/crds.yaml
Expand Up @@ -1700,6 +1700,10 @@ spec:
type: object
status:
properties:
conditions:
additionalProperties:
type: boolean
type: object
endpoint:
type: string
errorMsg:
Expand Down Expand Up @@ -1735,6 +1739,10 @@ spec:
type: object
status:
properties:
conditions:
additionalProperties:
type: boolean
type: object
endpoint:
type: string
errorMsg:
Expand Down Expand Up @@ -1770,6 +1778,10 @@ spec:
type: object
status:
properties:
conditions:
additionalProperties:
type: boolean
type: object
endpoint:
type: string
errorMsg:
Expand Down
12 changes: 12 additions & 0 deletions deploy/longhorn.yaml
Expand Up @@ -1819,6 +1819,10 @@ spec:
type: object
status:
properties:
conditions:
additionalProperties:
type: boolean
type: object
endpoint:
type: string
errorMsg:
Expand Down Expand Up @@ -1854,6 +1858,10 @@ spec:
type: object
status:
properties:
conditions:
additionalProperties:
type: boolean
type: object
endpoint:
type: string
errorMsg:
Expand Down Expand Up @@ -1889,6 +1897,10 @@ spec:
type: object
status:
properties:
conditions:
additionalProperties:
type: boolean
type: object
endpoint:
type: string
errorMsg:
Expand Down

0 comments on commit d2d5f5d

Please sign in to comment.