Skip to content

Commit

Permalink
backup: update crds
Browse files Browse the repository at this point in the history
Longhorn 5189

Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit authored and innobead committed Feb 6, 2023
1 parent 674cdd0 commit a7119b5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions chart/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,9 @@ spec:
backupCreatedAt:
description: The snapshot backup upload finished time.
type: string
compressionMethod:
description: Compression method
type: string
error:
description: The error message when taking the snapshot backup.
type: string
Expand Down Expand Up @@ -3241,6 +3244,12 @@ spec:
baseImage:
description: Deprecated. Rename to BackingImage
type: string
backupCompressionMethod:
enum:
- none
- lz4
- gzip
type: string
dataLocality:
enum:
- disabled
Expand Down
11 changes: 10 additions & 1 deletion deploy/longhorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@ spec:
backupCreatedAt:
description: The snapshot backup upload finished time.
type: string
compressionMethod:
description: Compression method
type: string
error:
description: The error message when taking the snapshot backup.
type: string
Expand Down Expand Up @@ -3389,6 +3392,12 @@ spec:
baseImage:
description: Deprecated. Rename to BackingImage
type: string
backupCompressionMethod:
enum:
- none
- lz4
- gzip
type: string
dataLocality:
enum:
- disabled
Expand Down Expand Up @@ -3939,7 +3948,7 @@ spec:
- name: longhorn-grpc-tls
secret:
secretName: longhorn-grpc-tls
optional: true
optional: true
serviceAccountName: longhorn-service-account
updateStrategy:
rollingUpdate:
Expand Down

0 comments on commit a7119b5

Please sign in to comment.