Skip to content

Commit

Permalink
feat(zfs-localpv): make manifests
Browse files Browse the repository at this point in the history
Signed-off-by: cina_pm <[email protected]>
  • Loading branch information
cinapm committed Sep 6, 2024
1 parent f01fd2f commit ae2b7c2
Show file tree
Hide file tree
Showing 4 changed files with 880 additions and 849 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/charts/charts/crds/templates/zfsrestore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ spec:
type is of type "quota" or "refquota". QuotaType can not be modified
once volume has been provisioned. Default Value: quota.'
enum:
- quota
- refquota
- quota
- refquota
type: string
recordsize:
description: 'Specifies a suggested block size for files in the file
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/charts/charts/crds/templates/zfssnapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ spec:
type is of type "quota" or "refquota". QuotaType can not be modified
once volume has been provisioned. Default Value: quota.'
enum:
- quota
- refquota
- quota
- refquota
type: string
recordsize:
description: 'Specifies a suggested block size for files in the file
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/charts/charts/crds/templates/zfsvolume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ spec:
type is of type "quota" or "refquota". QuotaType can not be modified
once volume has been provisioned. Default Value: quota.'
enum:
- quota
- refquota
- quota
- refquota
type: string
recordsize:
description: 'Specifies a suggested block size for files in the file
Expand Down
Loading

0 comments on commit ae2b7c2

Please sign in to comment.